Skip to content

Commit e610ae7

Browse files
committed
u
Signed-off-by: Joe Isaacs <[email protected]>
1 parent 2f4a45c commit e610ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vortex-array/src/expr/transform/replace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pub fn replace(expr: Expression, needle: &Expression, replacement: Expression) -
1616
if &node == needle {
1717
Ok(Transformed {
1818
value: replacement.clone(),
19-
19+
// If there is a match with a needle there can be no more matches in that subtree.
2020
order: TraversalOrder::Skip,
2121
changed: true,
2222
})

0 commit comments

Comments
 (0)