hhhizzz commented on code in PR #10288:
URL: https://github.com/apache/arrow-rs/pull/10288#discussion_r3610658580


##########
parquet/src/arrow/arrow_reader/selection.rs:
##########
@@ -824,6 +818,54 @@ impl MaskCursor {
         })
     }
 
+    /// Returns the next mask chunk without crossing a row range that was not 
loaded.

Review Comment:
   I added a source-level diagram to `MaskCursor` showing a selection mask, two 
projected columns with different page boundaries, the resulting 
`LoadedRowRanges` intersection, and the skip/decode operations.
   
   The example also explains that loaded ranges are decode boundaries rather 
than output batch boundaries, and shows how the mask fragments are combined 
before filtering.



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