alamb commented on issue #20937:
URL: https://github.com/apache/datafusion/issues/20937#issuecomment-4067476555

   > Before that fix, `flatten_dictionary_array()` in `inlist_builder.rs` 
converted Dictionary arrays to plain Utf8 before building the InList, so 
`in_array` was always Utf8 and the `make_comparator(Utf8, Utf8)` call in 
`ArrayStaticFilter::contains()` worked.
   
   I think @adriangb even predicted this in 
   - https://github.com/apache/datafusion/pull/20505#issuecomment-3998523892
   
   I suggest we get the reproducer in and we can figure out the right fix 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to