Skip to content

Commit

Permalink
Update push_down_count_through_join.out
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly authored Aug 8, 2024
1 parent 4573dac commit 117a74e
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,13 @@ PhysicalResultSink

-- !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]

-- !groupby_pushdown_with_order_by --
PhysicalResultSink
Expand Down

0 comments on commit 117a74e

Please sign in to comment.