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


   This also fixes UB for filter on `RecordBatches`. Still issue #295.
   
   Besides this, I also added a fast path. We already do a `popcount` in the 
`filter` operation, it seems to me a missed opportunity to not just `Arc` clone 
the data when all values are `true`. 


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