We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27b9d4 commit 0f4edacCopy full SHA for 0f4edac
vortex-array/src/arrow/compute/to_arrow/canonical.rs
@@ -530,6 +530,8 @@ fn to_arrow_list<O: IntegerPType + OffsetSizeTrait>(
530
element_field: Option<&FieldRef>,
531
) -> VortexResult<ArrowArrayRef> {
532
// 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
535
let list_array = list_from_list_view(array);
536
537
let (elements, element_field) = {
0 commit comments