We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4549c0 commit 7459c72Copy full SHA for 7459c72
rust/lance-index/src/vector/transform.rs
@@ -7,7 +7,7 @@
7
use std::fmt::Debug;
8
use std::sync::Arc;
9
10
-use arrow::datatypes::{UInt64Type, UInt8Type};
+use arrow::datatypes::UInt64Type;
11
use arrow_array::types::{Float16Type, Float32Type, Float64Type};
12
use arrow_array::UInt64Array;
13
use arrow_array::{cast::AsArray, Array, ArrowPrimitiveType, RecordBatch, UInt32Array};
0 commit comments