Panic with queries with multiple COUNT DISTINCT
aggregates on dictionary values, and a group by
#7938
Labels
bug
Something isn't working
Describe the bug
DataFusion panic's when runnning a query like
Where
column1
andcolumn2
are DictionaryTo Reproduce
Expected behavior
The test should produce the same as when the values are cast to string:
Additional context
I believe this is a regression introduced in #7629 (not yet released)
We found this downstream in IOx
The text was updated successfully, but these errors were encountered: