-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Hashing union types currently fall through to the unsupported data type error, which means group by, distinct, hash joins, and aggregations all fail on union-typed columns
At work, we interact with a lot of JSON and accessing data with -> returns Union types, since JSON values can be any type. Without hash support, we're forced to use ->> which coerces everything to strings, losing type fidelity and perf
I'm working my way up from arrow, which lays the ground work for this feature
tobixdev and alamb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request