Skip to content

Commit 8f0dc24

Browse files
committed
Add import after rebase
1 parent 9a2c575 commit 8f0dc24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datafusion/expr/src/type_coercion/functions.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
use super::binary::binary_numeric_coercion;
1919
use crate::{AggregateUDF, ScalarUDF, Signature, TypeSignature, WindowUDF};
20+
use arrow::datatypes::Field;
2021
use arrow::{
2122
compute::can_cast_types,
2223
datatypes::{DataType, TimeUnit},

0 commit comments

Comments
 (0)