RatulDawar commented on code in PR #22857:
URL: https://github.com/apache/datafusion/pull/22857#discussion_r3432203865
##########
datafusion/datasource-parquet/src/metrics.rs:
##########
@@ -71,6 +71,9 @@ pub struct ParquetFileMetrics {
pub page_index_pages_pruned: PruningMetrics,
/// Total time spent evaluating parquet page index filters
pub page_index_eval_time: Time,
+ /// Number of times page index I/O was skipped because row-group statistics
+ /// already proved page index could not prune further
+ pub page_index_load_skipped: Count,
Review Comment:
This makes sense to me, addressd this.
--
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]