simonvandel commented on code in PR #8772:
URL: https://github.com/apache/arrow-datafusion/pull/8772#discussion_r1443688129
##########
datafusion/core/src/datasource/physical_plan/parquet/metrics.rs:
##########
@@ -29,8 +29,10 @@ use crate::physical_plan::metrics::{
pub struct ParquetFileMetrics {
/// Number of times the predicate could not be evaluated
pub predicate_evaluation_errors: Count,
- /// Number of row groups pruned using
- pub row_groups_pruned: Count,
+ /// Number of row groups pruned by bloom filters
+ pub row_groups_pruned_sbbf: Count,
Review Comment:
Is "sbbf" a commonly known acronym?
Or could we instead call it "row_groups_pruned_bloom_filter"?
--
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]