Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
garenshi committed Jan 7, 2025
1 parent e4ec9d9 commit f937d4c
Showing 1 changed file with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ PhysicalCteAnchor ( cteId=CTEId#0 )
--PhysicalCteProducer ( cteId=CTEId#0 )
----PhysicalOlapScan[test_distinct_multi]
--PhysicalResultSink
----hashJoin[INNER_JOIN] hashCondition=((.d = .d)) otherCondition=()
----hashJoin[INNER_JOIN] hashCondition=((.d <=> .d)) otherCondition=()
------hashAgg[DISTINCT_LOCAL]
--------hashAgg[GLOBAL]
----------hashAgg[LOCAL]
Expand Down Expand Up @@ -415,9 +415,9 @@ PhysicalCteAnchor ( cteId=CTEId#0 )
--PhysicalCteProducer ( cteId=CTEId#0 )
----PhysicalOlapScan[test_distinct_multi]
--PhysicalResultSink
----hashJoin[INNER_JOIN] hashCondition=((.d = .d)) otherCondition=()
------hashJoin[INNER_JOIN] hashCondition=((.d = .d)) otherCondition=()
--------hashJoin[INNER_JOIN] hashCondition=((.d = .d)) otherCondition=()
----hashJoin[INNER_JOIN] hashCondition=((.d <=> .d)) otherCondition=()
------hashJoin[INNER_JOIN] hashCondition=((.d <=> .d)) otherCondition=()
--------hashJoin[INNER_JOIN] hashCondition=((.d <=> .d)) otherCondition=()
----------hashAgg[DISTINCT_LOCAL]
------------hashAgg[GLOBAL]
--------------hashAgg[LOCAL]
Expand Down Expand Up @@ -463,7 +463,7 @@ PhysicalCteAnchor ( cteId=CTEId#0 )
--PhysicalResultSink
----hashAgg[GLOBAL]
------hashAgg[LOCAL]
--------hashJoin[INNER_JOIN] hashCondition=((.c = .c)) otherCondition=()
--------hashJoin[INNER_JOIN] hashCondition=((.c <=> .c)) otherCondition=()
----------hashAgg[DISTINCT_LOCAL]
------------hashAgg[GLOBAL]
--------------hashAgg[LOCAL]
Expand Down Expand Up @@ -498,3 +498,6 @@ PhysicalResultSink
------PhysicalRepeat
--------PhysicalOlapScan[test_distinct_multi]

-- !null_hash --
1 \N 0 0.0

0 comments on commit f937d4c

Please sign in to comment.