Skip to content

Commit 2564c4b

Browse files
committed
remove prints
1 parent fd6322e commit 2564c4b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

datafusion/physical-optimizer/src/pruning.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -610,9 +610,6 @@ impl PruningPredicate {
610610
let statistics_batch =
611611
build_statistics_record_batch(statistics, &self.required_columns)?;
612612

613-
println!("statistics_batch: {statistics_batch:?}");
614-
println!("predicate_expr: {:?}", self.predicate_expr);
615-
616613
// Evaluate the pruning predicate on that record batch and append any results to the builder
617614
builder.combine_value(self.predicate_expr.evaluate(&statistics_batch)?);
618615

0 commit comments

Comments
 (0)