Skip to content

Commit

Permalink
update plan
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Sep 25, 2023
1 parent 5d1ad11 commit fb07f6a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ PhysicalCteAnchor ( cteId=CTEId#0 )
--PhysicalResultSink
----PhysicalDistribute
------PhysicalProject
--------hashJoin[INNER_JOIN](m1.k1 = m2.k1)
--------hashJoin[INNER_JOIN] hashCondition=((m1.k1 = m2.k1))otherCondition=()
----------PhysicalDistribute
------------filter((temp.k1 = 1))
--------------PhysicalCteConsumer ( cteId=CTEId#0 )
Expand All @@ -32,7 +32,7 @@ PhysicalCteAnchor ( cteId=CTEId#0 )
--PhysicalResultSink
----PhysicalDistribute
------PhysicalProject
--------hashJoin[INNER_JOIN](m1.k1 = m2.k1)
--------hashJoin[INNER_JOIN] hashCondition=((m1.k1 = m2.k1))otherCondition=()
----------PhysicalDistribute
------------filter((temp.k1 = 1))
--------------PhysicalCteConsumer ( cteId=CTEId#0 )
Expand Down

0 comments on commit fb07f6a

Please sign in to comment.