Skip to content

Commit 0ccefc8

Browse files
discord9adriangb
authored andcommitted
c
Signed-off-by: discord9 <[email protected]>
1 parent 2862c98 commit 0ccefc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/physical-plan/src/projection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ mod tests {
15821582

15831583
/// Test that `DynamicFilterPhysicalExpr` can correctly update its child expression
15841584
/// i.e. starting with lit(true) and after update it becomes `a > 5`
1585-
/// with projection [b as a], the pushed down filter should be `b > 5`
1585+
/// with projection [b - 1 as a], the pushed down filter should be `b - 1 > 5`
15861586
#[test]
15871587
fn test_dyn_filter_projection_pushdown_update_child() -> Result<()> {
15881588
let input_schema =

0 commit comments

Comments
 (0)