Hi team, I encountered a situation where I configured UPSERT in REALTIME table, configured RealtimeToOfflineSegmentsTask at the same time, and turned on “mergeType”: “dedup” in RealtimeToOfflineSegmentsTask. Prompt when creating a table: RealtimeToOfflineTask doesn’t support UPSERT table. Check the documentation and find that UPSERT can only be applied to OFFLINE tables. Is there any way to enable UPSERT and deduplication in OFFLINE? Also, it seems that HYBRID tables can be used to deduplicate (turn on UPSERT and RealtimeToOfflineSegmentsTask), can it be done now? I don’t see how to create a HYBRID table?