alamb opened a new pull request #1475:
URL: https://github.com/apache/arrow-datafusion/pull/1475


   # Which issue does this PR close?
   
   Marking as draft because the PR fails as the Arrow kernels don't handle 
timestamps and dates, which DataFusion does. I will make a PR to fix arrow 
shortly
   
   re https://github.com/apache/arrow-datafusion/issues/1474
   
    # Rationale for this change
   
   @Jimexist added dyn kernels in https://github.com/apache/arrow-rs/pull/858 
but we still have the dispatch logic in datafusion, which is redundant (and as 
we add more logic to arrow-rs we will need to change datafusion to take 
advantage of it)
   
   @matthewmturner  is working on a similar set of kernels for scalars in 
https://github.com/apache/arrow-rs/pull/1074
   
   # What changes are included in this PR?
   Use different arrow kernels
   
   # Are there any user-facing changes?
   No
   


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