manishkr commented on code in PR #9036:
URL: https://github.com/apache/arrow-rs/pull/9036#discussion_r2652409779
##########
arrow-select/src/filter.rs:
##########
@@ -497,7 +498,7 @@ where
let pred: BooleanArray = BooleanBuffer::collect_bool(run_ends.len(), |i| {
Review Comment:
Thanks for keeping performance aspect in mind. Changed the run for physical
length only.
--
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]