Skip to content

Commit 1c3737e

Browse files
committed
ALP Kernel
Signed-off-by: Nicholas Gates <[email protected]>
1 parent cc94c10 commit 1c3737e

File tree

1 file changed

+1
-1
lines changed
  • vortex-array/src/arrow/executor

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub(super) fn to_arrow_list<O: OffsetSizeTrait + NativePType>(
5555
Err(a) => a,
5656
};
5757

58-
// TODO(ngates): we should do the slighly more expensive thing which is to verify ZCTL.
58+
// TODO(ngates): we should do the slightly more expensive thing which is to verify ZCTL.
5959
// In other words, check that offsets + sizes are monotonically increasing.
6060

6161
// Otherwise, we execute the array to become a ListViewVector.

0 commit comments

Comments
 (0)