Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jul 8, 2024
1 parent c327d05 commit fb0f727
Showing 1 changed file with 14 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@ PhysicalResultSink

-- !grouping_positive_case --
PhysicalResultSink
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[LEFT_SEMI_JOIN] hashCondition=((T3.a = T2.a)) otherCondition=()
--------PhysicalRepeat
----------filter((T1.__DORIS_DELETE_SIGN__ = 0))
------------PhysicalOlapScan[T1]
--------filter((T2.__DORIS_DELETE_SIGN__ = 0))
----------PhysicalOlapScan[T2]
--hashAgg[LOCAL]
----hashJoin[LEFT_SEMI_JOIN] hashCondition=((T3.a = T2.a)) otherCondition=()
------PhysicalRepeat
--------filter((T1.__DORIS_DELETE_SIGN__ = 0))
----------PhysicalOlapScan[T1]
------filter((T2.__DORIS_DELETE_SIGN__ = 0))
--------PhysicalOlapScan[T2]

-- !grouping_negative_case --
PhysicalResultSink
Expand Down Expand Up @@ -59,14 +58,13 @@ PhysicalResultSink

-- !grouping_positive_case2 --
PhysicalResultSink
--hashAgg[GLOBAL]
----hashAgg[LOCAL]
------hashJoin[LEFT_SEMI_JOIN] hashCondition=((T3.a = T2.a)) otherCondition=()
--------PhysicalRepeat
----------filter((T1.__DORIS_DELETE_SIGN__ = 0))
------------PhysicalOlapScan[T1]
--------filter((T2.__DORIS_DELETE_SIGN__ = 0))
----------PhysicalOlapScan[T2]
--hashAgg[LOCAL]
----hashJoin[LEFT_SEMI_JOIN] hashCondition=((T3.a = T2.a)) otherCondition=()
------PhysicalRepeat
--------filter((T1.__DORIS_DELETE_SIGN__ = 0))
----------PhysicalOlapScan[T1]
------filter((T2.__DORIS_DELETE_SIGN__ = 0))
--------PhysicalOlapScan[T2]

-- !grouping_negative_case2 --
PhysicalResultSink
Expand Down

0 comments on commit fb0f727

Please sign in to comment.