Commit caa0e87
fix:
## Which issue does this PR close?
- Fixes apache#20696
- Follow on to apache#20441
## Rationale for this change
apache#20441 (review)
fixes the special case DictionaryArray handling in Joins. However, I
don't think we need to special case DictionaryArrays at all
## What changes are included in this PR?
1. Remove the special case dictionary handling
## Are these changes tested?
Yes by CI
## Are there any user-facing changes?
No (though maybe some queries get faster)HashJoin panic with String dictionary keys (don't flatten keys) (apache#20505)1 parent 14e10c7 commit caa0e87
1 file changed
Lines changed: 0 additions & 1 deletion
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
0 commit comments