yjshen commented on a change in pull request #2118:
URL: https://github.com/apache/arrow-datafusion/pull/2118#discussion_r838025887



##########
File path: datafusion/physical-expr/src/physical_expr.rs
##########
@@ -87,6 +87,10 @@ pub trait PhysicalExpr: Send + Sync + Display + Debug {
 fn scatter(mask: &BooleanArray, truthy: &dyn Array) -> Result<ArrayRef> {
     let truthy = truthy.data();
 
+    // update the mask so that any null null values become false

Review comment:
       ```suggestion
       // update the mask so that any null values become false
   ```




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