Skip to content

Commit 5cd7de4

Browse files
Update vortex-array/src/arrays/dict/compute/binary_numeric.rs
Co-authored-by: Robert Kruszewski <[email protected]>
1 parent 1eebd03 commit 5cd7de4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-array/src/arrays/dict/compute/binary_numeric.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl NumericKernel for DictVTable {
2323

2424
// Only push down if all values are referenced to avoid incorrect results
2525
// See: https://github.com/vortex-data/vortex/pull/4560
26-
// Checked unnchecked operation will be fine to pushdown.
26+
// Unchecked operation will be fine to pushdown.
2727
if !lhs.has_all_values_referenced() {
2828
return Ok(None);
2929
}

0 commit comments

Comments
 (0)