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 1a1f89e commit 691223eCopy full SHA for 691223e
vortex-array/src/compute/sum.rs
@@ -301,7 +301,7 @@ mod test {
301
DType::Primitive(PType::I32, Nullability::NonNullable),
302
)
303
.vortex_unwrap();
304
- // comptue sum with accumulator to populate stats
+ // compute sum with accumulator to populate stats
305
sum_with_accumulator(
306
array.as_ref(),
307
&Scalar::primitive(2i64, Nullability::Nullable),
0 commit comments