tustvold commented on code in PR #2891:
URL: https://github.com/apache/arrow-datafusion/pull/2891#discussion_r922377913
##########
datafusion/physical-expr/src/expressions/binary.rs:
##########
@@ -1060,14 +1060,26 @@ impl PhysicalExpr for BinaryExpr {
}
}
-/// The binary_array_op_dyn_scalar macro includes types that extend beyond the
primitive,
-/// such as Utf8 strings.
+// unwrap underlying (non dictionary) value, if any, to pass to a scalar kernel
Review Comment:
```suggestion
/// unwrap underlying (non dictionary) value, if any, to pass to a scalar
kernel
```
--
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]