alamb opened a new issue #1474:
URL: https://github.com/apache/arrow-datafusion/issues/1474


   **Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
   
   @Jimexist added dyn kernels in https://github.com/apache/arrow-rs/pull/858 
but we still have the dispatch logic in datafusion
   
   The rationale for this change is to move most / all of the type dispatch 
into the arrow kernels, so that when we add support for directly comparing 
dictionary arrays (and others) in https://github.com/apache/arrow-rs/issues/869 
the support will flow directly into DataFusion
   
   **Describe the solution you'd like**
   Use the `eq_*` kernels, such as`eq_dyn` instead of dispatch logic in 
datafusion
   


-- 
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]


Reply via email to