We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77e4a5 commit 00909c5Copy full SHA for 00909c5
1 file changed
vortex-duckdb/src/exporter/fsst.rs
@@ -15,8 +15,8 @@ use vortex::array::match_each_integer_ptype;
15
use vortex::buffer::ByteBuffer;
16
use vortex::encodings::fsst::FSST;
17
use vortex::encodings::fsst::FSSTArrayExt;
18
-use vortex::error::vortex_err;
19
use vortex::error::VortexResult;
+use vortex::error::vortex_err;
20
21
use crate::cpp;
22
use crate::duckdb::LogicalType;
0 commit comments