We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6322e commit 2564c4bCopy full SHA for 2564c4b
1 file changed
datafusion/physical-optimizer/src/pruning.rs
@@ -610,9 +610,6 @@ impl PruningPredicate {
610
let statistics_batch =
611
build_statistics_record_batch(statistics, &self.required_columns)?;
612
613
- println!("statistics_batch: {statistics_batch:?}");
614
- println!("predicate_expr: {:?}", self.predicate_expr);
615
-
616
// Evaluate the pruning predicate on that record batch and append any results to the builder
617
builder.combine_value(self.predicate_expr.evaluate(&statistics_batch)?);
618
0 commit comments