alamb commented on a change in pull request #1163:
URL: https://github.com/apache/arrow-datafusion/pull/1163#discussion_r734961021



##########
File path: datafusion/src/physical_plan/expressions/binary.rs
##########
@@ -814,14 +870,68 @@ pub fn binary(
     Ok(Arc::new(BinaryExpr::new(l, op, r)))
 }
 
+// TODO file a ticket with arrow-rs to include these kernels

Review comment:
       FWIW @Dandandan  has added these kernels upstream to Arrow so we can use 
6.1.0 when that comes out (in a week or so): 
https://github.com/apache/arrow-rs/pull/844




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