SteveLauC opened a new issue, #9282:
URL: https://github.com/apache/arrow-datafusion/issues/9282

   ### Is your feature request related to a problem or challenge?
   
   Currently `ParquetExec::new()` would create `PruningPredicate` and 
`PagePruningPredicate` if the `predicate` argument is `Some()`, this does not 
seem to be useful if the corresponding pushdowns are disabled.
   
   ### Describe the solution you'd like
   
   Only create them if the corresponding pushdowns are enabled
   
   ### Describe alternatives you've considered
   
   No
   
   ### Additional context
   
   Related code snippet:
   
   
https://github.com/apache/arrow-datafusion/blob/cf92f3b01ff064308c5e7ca2e15c20770d48a88a/datafusion/core/src/datasource/physical_plan/parquet/mod.rs#L123-L149
   
   


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