Skip to content

Commit 7f005e0

Browse files
committed
Push down cast
Signed-off-by: Nicholas Gates <[email protected]>
1 parent a0c2f68 commit 7f005e0

File tree

1 file changed

+0
-4
lines changed
  • vortex-array/src/arrow/executor

1 file changed

+0
-4
lines changed

vortex-array/src/arrow/executor/list.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,15 @@ use std::sync::Arc;
77
use arrow_array::ArrayRef as ArrowArrayRef;
88
use arrow_array::GenericListArray;
99
use arrow_array::OffsetSizeTrait;
10-
use arrow_schema::DataType;
1110
use arrow_schema::FieldRef;
1211
use vortex_buffer::BufferMut;
13-
use vortex_compute::arrow::IntoArrow;
1412
use vortex_compute::cast::Cast;
1513
use vortex_dtype::DType;
1614
use vortex_dtype::NativePType;
1715
use vortex_dtype::Nullability;
1816
use vortex_dtype::PTypeDowncastExt;
19-
use vortex_error::VortexError;
2017
use vortex_error::VortexExpect;
2118
use vortex_error::VortexResult;
22-
use vortex_error::vortex_bail;
2319
use vortex_error::vortex_ensure;
2420
use vortex_error::vortex_err;
2521
use vortex_session::VortexSession;

0 commit comments

Comments
 (0)