Skip to content

Commit ee4e327

Browse files
committed
c
Signed-off-by: discord9 <[email protected]>
1 parent 7a9f0c5 commit ee4e327

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
@@ -1511,7 +1511,7 @@ mod tests {
15111511

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

0 commit comments

Comments
 (0)