alamb commented on code in PR #24074:
URL: https://github.com/apache/datafusion/pull/24074#discussion_r3715743063
##########
datafusion/datasource-parquet/src/opener/mod.rs:
##########
@@ -65,7 +65,10 @@ use datafusion_physical_expr_common::sort_expr::LexOrdering;
use datafusion_physical_plan::metrics::{
BaselineMetrics, Count, ExecutionPlanMetricsSet, MetricBuilder,
MetricCategory,
};
-use datafusion_pruning::{FilePruner, PruningPredicate,
build_pruning_predicate};
+use datafusion_pruning::{
+ FilePruner, PruningPredicate, build_pruning_predicate,
+ build_pruning_predicate_with_max_in_list_size,
+};
Review Comment:
clippy would catch that
--
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]