xudong963 commented on code in PR #21637:
URL: https://github.com/apache/datafusion/pull/21637#discussion_r3245404958


##########
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:
   This is a nice follow-up exploration, 
https://github.com/apache/datafusion/issues/22189 created an issue for 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]

Reply via email to