alamb commented on issue #1200:
URL: https://github.com/apache/arrow-rs/issues/1200#issuecomment-1140970175

   I think the idea is to
   1.  port / move the `eq_decimal` from datafusion to arrow-rs 
   2. hook  up the kernels to the dispatch in  `eq_dyn`, etc
   
   Here is the code in datafusion
   
https://github.com/apache/arrow-datafusion/blob/7b7edf9c43383c1d3310286b69d2d037db72c967/datafusion/physical-expr/src/expressions/binary.rs#L169
   
   Needs to  brought to 
https://sourcegraph.com/github.com/apache/arrow-rs/-/blob/arrow/src/compute/kernels/comparison.rs?L7&subtree=true
   
   and then also added to `eq_dyn` 
https://sourcegraph.com/github.com/apache/arrow-rs/-/blob/arrow/src/compute/kernels/comparison.rs?L2324:8-2324:14


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