Skip to content

Commit 35aba12

Browse files
committed
Fix clippy errors
1 parent 83443aa commit 35aba12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/arrow/record_batch_transformer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ mod test {
763763
use std::sync::Arc;
764764

765765
use arrow_array::{
766-
Array, ArrayRef, Date32Array, Float32Array, Float64Array, Int32Array, Int64Array,
766+
Array, ArrayRef, Float32Array, Float64Array, Int32Array, Int64Array,
767767
RecordBatch, StringArray,
768768
};
769769
use arrow_schema::{DataType, Field, Schema as ArrowSchema};

0 commit comments

Comments
 (0)