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 2862c98 commit 0ccefc8Copy full SHA for 0ccefc8
datafusion/physical-plan/src/projection.rs
@@ -1582,7 +1582,7 @@ mod tests {
1582
1583
/// Test that `DynamicFilterPhysicalExpr` can correctly update its child expression
1584
/// 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`
+ /// with projection [b - 1 as a], the pushed down filter should be `b - 1 > 5`
1586
#[test]
1587
fn test_dyn_filter_projection_pushdown_update_child() -> Result<()> {
1588
let input_schema =
0 commit comments