tustvold commented on code in PR #5041:
URL: https://github.com/apache/arrow-rs/pull/5041#discussion_r1383369230


##########
parquet/src/arrow/arrow_reader/selection.rs:
##########
@@ -118,10 +123,13 @@ impl RowSelection {
         let mut last_end = 0;
         for range in ranges {
             let len = range.end - range.start;
+            if len == 0 {

Review Comment:
   It is part of it, the other part is actually invoking the 
from_selectors_and_combine logic whilst performing an intersection



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