alamb commented on code in PR #21480:
URL: https://github.com/apache/datafusion/pull/21480#discussion_r3057759835


##########
datafusion/datasource-parquet/src/opener.rs:
##########
@@ -772,12 +772,22 @@ impl MetadataLoadedParquetOpen {
         prepared.physical_file_schema = Arc::clone(&physical_file_schema);
 
         // Build predicates for this specific file
-        let (pruning_predicate, page_pruning_predicate) = 
build_pruning_predicates(
+        let pruning_predicate = build_pruning_predicates(

Review Comment:
   I can help do this as a follow on PR too 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to