-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I would (primarily) like DataFusion to stop unpacking DictionaryArrays when comparing to scalar values. It would also be nice to reduce the amount of type dispatch in the datafusion BinaryExpr physical expression
@matthewmturner has implemented eq_dyn_scalar kernels (which among other things have support for DictionaryArrays apache/arrow-rs#1113)
Describe the solution you'd like
I would like the the big type dispatch in binary_primitive_array_op_scalar to be replaced by calls to eq_dyn_scalar, etc
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.