Skip to content

Commit c24ef79

Browse files
committed
update snap
1 parent 35da826 commit c24ef79

File tree

1 file changed

+1
-1
lines changed
  • datafusion/core/tests/physical_optimizer/filter_pushdown

1 file changed

+1
-1
lines changed

datafusion/core/tests/physical_optimizer/filter_pushdown/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ async fn test_nested_hashjoin_dynamic_filter_pushdown() {
13621362
- DataSourceExec: file_groups={1 group: [[test.parquet]]}, projection=[a, x], file_type=test, pushdown_supported=true
13631363
- HashJoinExec: mode=Partitioned, join_type=Inner, on=[(c@1, d@0)]
13641364
- DataSourceExec: file_groups={1 group: [[test.parquet]]}, projection=[b, c, y], file_type=test, pushdown_supported=true, predicate=DynamicFilterPhysicalExpr [ b@0 >= aa AND b@0 <= ab ]
1365-
- DataSourceExec: file_groups={1 group: [[test.parquet]]}, projection=[d, z], file_type=test, pushdown_supported=true, predicate=DynamicFilterPhysicalExpr [ d@0 >= ca AND d@0 <= ce ]
1365+
- DataSourceExec: file_groups={1 group: [[test.parquet]]}, projection=[d, z], file_type=test, pushdown_supported=true, predicate=DynamicFilterPhysicalExpr [ d@0 >= ca AND d@0 <= cb ]
13661366
"
13671367
);
13681368
}

0 commit comments

Comments
 (0)