ritchie46 opened a new pull request #296:
URL: https://github.com/apache/arrow-rs/pull/296


   # Which issue does this PR close?
   
   This fixes #295.
   
   This is a very simple solution to the problem and doesn't change any 
filtering behavior (though we may simplify the filtering if this PR is ok). In 
case of `null` values in a boolean mask I do a `mask` & `null_bitmask` 
operation and create a new `boolean` predicate that has no null values (all 
nulls are `false`), due to the AND operation.
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to