Skip to content

Commit

Permalink
fix: feature for arrow import (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Nov 26, 2024
1 parent c33560e commit ea9bfa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/src/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ use crate::{
schema::{DecimalDataType, DecimalSize},
};

use arrow_array::StringViewArray;
use geozero::wkb::FromWkb;
use geozero::wkb::WkbDialect;
use geozero::wkt::Ewkt;
Expand All @@ -52,7 +51,8 @@ use {
Array as ArrowArray, BinaryArray, BooleanArray, Date32Array, Decimal128Array,
Decimal256Array, Float32Array, Float64Array, Int16Array, Int32Array, Int64Array, Int8Array,
LargeBinaryArray, LargeListArray, LargeStringArray, ListArray, MapArray, StringArray,
StructArray, TimestampMicrosecondArray, UInt16Array, UInt32Array, UInt64Array, UInt8Array,
StringViewArray, StructArray, TimestampMicrosecondArray, UInt16Array, UInt32Array,
UInt64Array, UInt8Array,
},
arrow_schema::{DataType as ArrowDataType, Field as ArrowField, TimeUnit},
std::sync::Arc,
Expand Down

0 comments on commit ea9bfa6

Please sign in to comment.