Skip to content

Commit 366398f

Browse files
committed
fix rebase
1 parent 193532d commit 366398f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

datafusion/expr/src/logical_plan/builder.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ use datafusion_common::file_options::file_type::FileType;
5454
use datafusion_common::{
5555
exec_err, get_target_functional_dependencies, internal_err, not_impl_err,
5656
plan_datafusion_err, plan_err, Column, DFSchema, DFSchemaRef, DataFusionError,
57-
FieldExt, FunctionalDependencies, Result, Result, ScalarValue, ScalarValue,
58-
TableReference, TableReference, ToDFSchema, ToDFSchema, UnnestOptions, UnnestOptions,
59-
FunctionalDependencies, Result, ScalarValue, TableReference, ToDFSchema,
60-
UnnestOptions,
57+
Result, ScalarValue, TableReference, ToDFSchema, UnnestOptions,
6158
};
6259
use datafusion_expr_common::type_coercion::binary::type_union_resolution;
6360

0 commit comments

Comments
 (0)