You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/12/22 17:39:12 UTC

[GitHub] [arrow-datafusion] alamb opened a new issue #1474: Use dynamic arrow compute kernels

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org