zhuqi-lucas opened a new issue, #24287: URL: https://github.com/apache/datafusion/issues/24287
Follow-up to #23696 (review comment). `strip_empty_row_groups` in `datafusion/datasource-parquet/src/access_plan.rs` currently couples the generic empty-row-group stripping (dropping row groups whose `RowSelection` is empty after page-index pruning) with this PR's `fully_matched` tracking. The empty-RG stripping itself is broadly useful and applies independently of `fully_matched`, so it could be extracted into its own PR. Suggested by @adriangb in https://github.com/apache/datafusion/pull/23696#discussion_r3766059462 -- 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]
