Skip to content

Commit 33dca76

Browse files
committed
upate pull_up_join_from_union result
1 parent 2a8d67b commit 33dca76

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

regression-test/data/nereids_rules_p0/pull_up_join_from_union/pull_up_join_from_union.out

+3-5
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,11 @@ PhysicalResultSink
8080

8181
-- !complex_join_condition1 --
8282
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
8685
------PhysicalOlapScan[table_b]
87-
----hashJoin[INNER_JOIN] hashCondition=((expr_cast(id as BIGINT) = expr_(cast(id as BIGINT) - 1))) otherCondition=()
88-
------PhysicalOlapScan[table_a]
8986
------PhysicalOlapScan[table_c]
87+
----PhysicalOlapScan[table_a]
9088

9189
-- !complex_join_condition2 --
9290
PhysicalResultSink

0 commit comments

Comments
 (0)