alamb commented on issue #1610:
URL: 
https://github.com/apache/arrow-datafusion/issues/1610#issuecomment-1016903166


   > @alamb I'm wondering if we could just remove compute_op_scalar macro (and 
friends) and use the dyn kernels at the call site in evaluate_array_scalar.
   
   I think this is a good avenue to try -- my suspicion is you won't be able to 
remove the `compute_op_scalar` quite yet because it is used for kernels that 
don't have a scalar equivalent yet (e.g. `plus`, etc)


-- 
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-unsubscr...@arrow.apache.org

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


Reply via email to