xudong963 commented on code in PR #16424: URL: https://github.com/apache/datafusion/pull/16424#discussion_r2154535222
########## datafusion/datasource-parquet/src/opener.rs: ########## @@ -524,6 +512,91 @@ fn should_enable_page_index( .unwrap_or(false) } +/// Prune based on partition values and file-level statistics. +pub struct FilePruner { Review Comment: +1. It's time to put all the pruning logic to a place -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org