Skip to content

Commit 0f4edac

Browse files
committed
todo
Signed-off-by: Andrew Duffy <[email protected]>
1 parent d27b9d4 commit 0f4edac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vortex-array/src/arrow/compute/to_arrow/canonical.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,8 @@ fn to_arrow_list<O: IntegerPType + OffsetSizeTrait>(
530530
element_field: Option<&FieldRef>,
531531
) -> VortexResult<ArrowArrayRef> {
532532
// Convert listview -> list, via the fast path when possible.
533+
// TODO(aduffy): extend list_from_list_view to support target offsets/size PTypes
534+
// to avoid the copy below
533535
let list_array = list_from_list_view(array);
534536

535537
let (elements, element_field) = {

0 commit comments

Comments
 (0)