Skip to content

Commit

Permalink
groupby_pushdown_multi_table_join_2
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 9, 2024
1 parent 117a74e commit 98764d4
Showing 1 changed file with 18 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,12 +320,13 @@ PhysicalResultSink

-- !groupby_pushdown_multi_table_join_2 --
PhysicalResultSink
--hashAgg[LOCAL]
----hashJoin[INNER_JOIN] hashCondition=((t1.name = t3.name)) otherCondition=()
------hashJoin[INNER_JOIN] hashCondition=((t1.id = t2.id)) otherCondition=()
--------PhysicalOlapScan[count_t]
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[INNER_JOIN] hashCondition=((t1.name = t3.name)) otherCondition=()
--------hashJoin[INNER_JOIN] hashCondition=((t1.id = t2.id)) otherCondition=()
----------PhysicalOlapScan[count_t]
----------PhysicalOlapScan[count_t]
--------PhysicalOlapScan[count_t]
------PhysicalOlapScan[count_t]

-- !groupby_pushdown_with_order_by --
PhysicalResultSink
Expand Down Expand Up @@ -572,12 +573,13 @@ SyntaxError:

-- !with_hint_groupby_pushdown_multi_table_join_1 --
PhysicalResultSink
--hashAgg[LOCAL]
----hashJoin[INNER_JOIN] hashCondition=((t1.name = t3.name)) otherCondition=()
------hashJoin[INNER_JOIN] hashCondition=((t1.id = t2.id)) otherCondition=()
--------PhysicalOlapScan[count_t]
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[INNER_JOIN] hashCondition=((t1.name = t3.name)) otherCondition=()
--------hashJoin[INNER_JOIN] hashCondition=((t1.id = t2.id)) otherCondition=()
----------PhysicalOlapScan[count_t]
----------PhysicalOlapScan[count_t]
--------PhysicalOlapScan[count_t]
------PhysicalOlapScan[count_t]

Hint log:
Used:
Expand Down Expand Up @@ -908,12 +910,13 @@ SyntaxError:

-- !with_hint_groupby_pushdown_multi_table_join_2 --
PhysicalResultSink
--hashAgg[LOCAL]
----hashJoin[INNER_JOIN] hashCondition=((t1.name = t3.name)) otherCondition=()
------hashJoin[INNER_JOIN] hashCondition=((t1.id = t2.id)) otherCondition=()
--------PhysicalOlapScan[count_t]
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[INNER_JOIN] hashCondition=((t1.name = t3.name)) otherCondition=()
--------hashJoin[INNER_JOIN] hashCondition=((t1.id = t2.id)) otherCondition=()
----------PhysicalOlapScan[count_t]
----------PhysicalOlapScan[count_t]
--------PhysicalOlapScan[count_t]
------PhysicalOlapScan[count_t]

Hint log:
Used:
Expand Down

0 comments on commit 98764d4

Please sign in to comment.