alamb commented on code in PR #21637:
URL: https://github.com/apache/datafusion/pull/21637#discussion_r3243789052
##########
datafusion/datasource-parquet/src/metrics.rs:
##########
@@ -213,4 +213,28 @@ impl ParquetFileMetrics {
predicate_cache_records,
}
}
+
+ /// Record pages whose page-index pruning was skipped because the
containing
+ /// row group was fully matched by row-group statistics.
+ ///
+ /// The counter is only registered when there is a non-zero value. This
keeps
Review Comment:
I wonder if we should apply the same pattern to the other metrics (lazily
initialize them) -- if you can get a few percent in this query maybe it would
get us a few in the others
--
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]