Skip to content

Commit 84942b3

Browse files
committed
fix clippy.
1 parent 987a7d4 commit 84942b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ use std::sync::Arc;
1919

2020
use arrow::array::{Array, ArrayRef, AsArray, Int64Array};
2121
use arrow::compute::{concat_batches, SortOptions};
22-
use arrow::datatypes::{DataType, Decimal128Type};
22+
use arrow::datatypes::DataType;
2323
use arrow::record_batch::RecordBatch;
2424
use arrow::util::pretty::pretty_format_batches;
2525
use arrow_array::types::Int64Type;
26-
use arrow_ipc::Decimal;
2726
use arrow_schema::{
2827
IntervalUnit, TimeUnit, DECIMAL128_MAX_PRECISION, DECIMAL128_MAX_SCALE,
2928
DECIMAL256_MAX_PRECISION, DECIMAL256_MAX_SCALE,

0 commit comments

Comments
 (0)