alamb commented on code in PR #8159:
URL: https://github.com/apache/arrow-rs/pull/8159#discussion_r2478101501


##########
parquet/src/arrow/push_decoder/reader_builder/mod.rs:
##########
@@ -608,6 +608,10 @@ impl RowGroupReaderBuilder {
     }
 
     fn compute_cache_projection_inner(&self, filter: &RowFilter) -> 
Option<ProjectionMask> {
+        // Do not compute the projection mask if the predicate cache is 
disabled

Review Comment:
   this is the fix from the following PR applied to the push decoder (now that 
the paths are unified)
   - https://github.com/apache/arrow-rs/pull/8554



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