yeya24 commented on code in PR #8327:
URL: https://github.com/apache/arrow-rs/pull/8327#discussion_r2344829635


##########
parquet/src/arrow/arrow_reader/mod.rs:
##########
@@ -1103,11 +1103,12 @@ impl ParquetRecordBatchReader {
         row_groups: &dyn RowGroups,
         batch_size: usize,
         selection: Option<RowSelection>,
+        projection: &ProjectionMask,

Review Comment:
   Oh I see. This makes sense. I was confused by that projection all used in 
`try_new_with_row_groups` and didn't realized that it can be projected before 
at levels.



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