Skip to content

Commit

Permalink
revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Jul 17, 2024
1 parent d20ee57 commit b614b2b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,19 +229,17 @@ PhysicalResultSink
-- !filter_aggregation_group_set --
PhysicalResultSink
--filter((cast(msg as DOUBLE) = 1.0))
----hashAgg[GLOBAL]
------hashAgg[LOCAL]
--------PhysicalRepeat
----------filter((t1.id > 10))
------------PhysicalOlapScan[t1]
----hashAgg[LOCAL]
------PhysicalRepeat
--------filter((t1.id > 10))
----------PhysicalOlapScan[t1]

-- !filter_aggregation_group_set --
PhysicalResultSink
--filter(((t1.id > 10) OR (cast(msg as DOUBLE) = 1.0)))
----hashAgg[GLOBAL]
------hashAgg[LOCAL]
--------PhysicalRepeat
----------PhysicalOlapScan[t1]
----hashAgg[LOCAL]
------PhysicalRepeat
--------PhysicalOlapScan[t1]

-- !filter_aggregation_filtered_key --
PhysicalResultSink
Expand Down
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 b614b2b

Please sign in to comment.