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 cc94c10 commit 1c3737eCopy full SHA for 1c3737e
vortex-array/src/arrow/executor/list.rs
@@ -55,7 +55,7 @@ pub(super) fn to_arrow_list<O: OffsetSizeTrait + NativePType>(
55
Err(a) => a,
56
};
57
58
- // TODO(ngates): we should do the slighly more expensive thing which is to verify ZCTL.
+ // TODO(ngates): we should do the slightly more expensive thing which is to verify ZCTL.
59
// In other words, check that offsets + sizes are monotonically increasing.
60
61
// Otherwise, we execute the array to become a ListViewVector.
0 commit comments