Skip to content

Commit b640591

Browse files
committed
Make clippy happy
Signed-off-by: Chojan Shang <[email protected]>
1 parent 6b232ef commit b640591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-expr/src/string_expressions.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use arrow::{
3333

3434
use datafusion_common::Result;
3535
use datafusion_common::{
36-
cast::{as_generic_string_array, as_int64_array, as_string_array},
36+
cast::{as_generic_string_array, as_string_array},
3737
exec_err, ScalarValue,
3838
};
3939
use datafusion_expr::ColumnarValue;

0 commit comments

Comments
 (0)