Coercion from Dictionary(UInt32, Boolean)
to Boolean
#12511
Labels
enhancement
New feature or request
Dictionary(UInt32, Boolean)
to Boolean
#12511
I'm trying to run a query like
With datafusion and getting an error:
(note in our case
json_data_colum
is a dictionary column containing JSON strings, sojson_data_colum ? 'foo'
returns aDictionary(UInt32, Boolean)
)This is related to #12382 where @adriangb fixed the case of filtering on a dictionary column.
I'll fix this specific case in https://github.com/datafusion-contrib/datafusion-functions-json, but I guess this should work.
The text was updated successfully, but these errors were encountered: