Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ongchi committed Oct 8, 2023
1 parent f796cea commit 36b862a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion datafusion/expr/src/expr_rewriter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ mod test {
use arrow::datatypes::DataType;
use datafusion_common::tree_node::{RewriteRecursion, TreeNode, TreeNodeRewriter};
use datafusion_common::{DFField, DFSchema, ScalarValue};
use std::ops::Add;

#[derive(Default)]
struct RecordingRewriter {
Expand Down
1 change: 0 additions & 1 deletion datafusion/expr/src/expr_rewriter/order_by.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ fn expr_match(needle: &Expr, expr: &Expr) -> bool {

#[cfg(test)]
mod test {
use std::ops::Add;
use std::sync::Arc;

use arrow::datatypes::{DataType, Field, Schema};
Expand Down

0 comments on commit 36b862a

Please sign in to comment.