Skip to content

Commit

Permalink
pull uup join from union
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 9, 2024
1 parent bab7c8f commit 2f6e3de
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,11 @@ PhysicalResultSink

-- !complex_join_condition1 --
PhysicalResultSink
--PhysicalUnion
----hashJoin[INNER_JOIN] hashCondition=((expr_cast(id as BIGINT) = expr_(cast(id as BIGINT) - 1))) otherCondition=()
------PhysicalOlapScan[table_a]
--hashJoin[INNER_JOIN] hashCondition=((expr_(cast(id as BIGINT) - 1) = expr_cast(id as BIGINT))) otherCondition=()
----PhysicalUnion
------PhysicalOlapScan[table_b]
----hashJoin[INNER_JOIN] hashCondition=((expr_cast(id as BIGINT) = expr_(cast(id as BIGINT) - 1))) otherCondition=()
------PhysicalOlapScan[table_a]
------PhysicalOlapScan[table_c]
----PhysicalOlapScan[table_a]

-- !complex_join_condition2 --
PhysicalResultSink
Expand Down

0 comments on commit 2f6e3de

Please sign in to comment.