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 1eebd03 commit 5cd7de4Copy full SHA for 5cd7de4
vortex-array/src/arrays/dict/compute/binary_numeric.rs
@@ -23,7 +23,7 @@ impl NumericKernel for DictVTable {
23
24
// Only push down if all values are referenced to avoid incorrect results
25
// See: https://github.com/vortex-data/vortex/pull/4560
26
- // Checked unnchecked operation will be fine to pushdown.
+ // Unchecked operation will be fine to pushdown.
27
if !lhs.has_all_values_referenced() {
28
return Ok(None);
29
}
0 commit comments