diff --git a/native/core/src/execution/datafusion/expressions/checkoverflow.rs b/native/core/src/execution/datafusion/expressions/checkoverflow.rs index c2f1e1053..e4f54a1b8 100644 --- a/native/core/src/execution/datafusion/expressions/checkoverflow.rs +++ b/native/core/src/execution/datafusion/expressions/checkoverflow.rs @@ -23,7 +23,7 @@ use std::{ }; use arrow::{ - array::{as_primitive_array, Array, ArrayRef, Decimal128Array, PrimitiveArray}, + array::{as_primitive_array, Array, ArrayRef, Decimal128Array}, datatypes::{Decimal128Type, DecimalType}, record_batch::RecordBatch, };