alamb commented on a change in pull request #1163:
URL: https://github.com/apache/arrow-datafusion/pull/1163#discussion_r736401737
##########
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:
@Jimexist has actually implemented operations like `bool_lt` etc in
https://github.com/apache/arrow-rs/pull/860 so when that is available in
datafusion (next week) I will update this PR to include those operations as well
--
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]