Skip to content

Commit 08f67c0

Browse files
committed
fix(spark-expr): remove unused import in datediff
1 parent 4121cdd commit 08f67c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

native/spark-expr/src/datetime_funcs/date_diff.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
// under the License.
1717

1818
use arrow::array::{Array, Date32Array, Int32Array};
19-
use arrow::compute::cast;
2019
use arrow::compute::kernels::arity::binary;
2120
use arrow::datatypes::DataType;
2221
use datafusion::common::{utils::take_function_args, DataFusionError, Result};

0 commit comments

Comments
 (0)