File tree 1 file changed +3
-5
lines changed
regression-test/data/nereids_rules_p0/pull_up_join_from_union
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,11 @@ PhysicalResultSink
80
80
81
81
-- !complex_join_condition1 --
82
82
PhysicalResultSink
83
- --PhysicalUnion
84
- ----hashJoin[INNER_JOIN] hashCondition=((expr_cast(id as BIGINT) = expr_(cast(id as BIGINT) - 1))) otherCondition=()
85
- ------PhysicalOlapScan[table_a]
83
+ --hashJoin[INNER_JOIN] hashCondition=((expr_(cast(id as BIGINT) - 1) = expr_cast(id as BIGINT))) otherCondition=()
84
+ ----PhysicalUnion
86
85
------PhysicalOlapScan[table_b]
87
- ----hashJoin[INNER_JOIN] hashCondition=((expr_cast(id as BIGINT) = expr_(cast(id as BIGINT) - 1))) otherCondition=()
88
- ------PhysicalOlapScan[table_a]
89
86
------PhysicalOlapScan[table_c]
87
+ ----PhysicalOlapScan[table_a]
90
88
91
89
-- !complex_join_condition2 --
92
90
PhysicalResultSink
You can’t perform that action at this time.
0 commit comments