Skip to content

Commit

Permalink
Fix compiler error after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkharderdev committed Sep 13, 2022
1 parent 06223ae commit c46975c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/core/src/physical_optimizer/pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ use arrow::{
};
use datafusion_expr::expr_rewriter::{ExprRewritable, ExprRewriter};

use datafusion_expr::binary_expr;
use datafusion_expr::utils::expr_to_columns;
use datafusion_expr::{binary_expr, cast, try_cast, ExprSchemable};
use datafusion_physical_expr::create_physical_expr;
Expand Down

0 comments on commit c46975c

Please sign in to comment.