Skip to content

Commit

Permalink
[test](Nereids): remove shape plan project and distribute in eager te…
Browse files Browse the repository at this point in the history
…st (apache#28724)
  • Loading branch information
jackwener authored and HappenLee committed Jan 12, 2024
1 parent fa2856a commit 692bf4a
Show file tree
Hide file tree
Showing 12 changed files with 973 additions and 1,857 deletions.
Original file line number Diff line number Diff line change
@@ -1,79 +1,47 @@
-- This file is automatically generated. You should know what you did if you want to edit this
-- !inner_join --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------NestedLoopJoin[CROSS_JOIN]
--------PhysicalOlapScan[t]
--------PhysicalDistribute
----------PhysicalOlapScan[t]
--NestedLoopJoin[CROSS_JOIN]
----PhysicalOlapScan[t]
----PhysicalOlapScan[t]

-- !left_outer_join --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------NestedLoopJoin[LEFT_OUTER_JOIN]
--------PhysicalOlapScan[t]
--------PhysicalDistribute
----------PhysicalOlapScan[t]
--NestedLoopJoin[LEFT_OUTER_JOIN]
----PhysicalOlapScan[t]
----PhysicalOlapScan[t]

-- !right_outer_join --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------NestedLoopJoin[LEFT_OUTER_JOIN]
--------PhysicalOlapScan[t]
--------PhysicalDistribute
----------PhysicalOlapScan[t]
--NestedLoopJoin[RIGHT_OUTER_JOIN]
----PhysicalOlapScan[t]
----PhysicalOlapScan[t]

-- !full_outer_join --
PhysicalResultSink
--PhysicalProject
----NestedLoopJoin[FULL_OUTER_JOIN]
------PhysicalDistribute
--------PhysicalOlapScan[t]
------PhysicalDistribute
--------PhysicalOlapScan[t]
--NestedLoopJoin[FULL_OUTER_JOIN]
----PhysicalOlapScan[t]
----PhysicalOlapScan[t]

-- !left_semi_join --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------NestedLoopJoin[LEFT_SEMI_JOIN]
--------PhysicalOlapScan[t]
--------PhysicalDistribute
----------PhysicalProject
------------PhysicalOlapScan[t]
--PhysicalOlapScan[t]

-- !left_anti_join --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------NestedLoopJoin[LEFT_ANTI_JOIN]
--------PhysicalOlapScan[t]
--------PhysicalDistribute
----------PhysicalProject
------------PhysicalOlapScan[t]
--PhysicalEmptyRelation

-- !right_semi_join --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------NestedLoopJoin[LEFT_SEMI_JOIN]
--------PhysicalOlapScan[t]
--------PhysicalDistribute
----------PhysicalProject
------------PhysicalOlapScan[t]
--NestedLoopJoin[RIGHT_SEMI_JOIN]
----PhysicalOlapScan[t]
----PhysicalOlapScan[t]

-- !right_anti_join --
PhysicalResultSink
--PhysicalDistribute
----PhysicalProject
------NestedLoopJoin[LEFT_ANTI_JOIN]
--------PhysicalOlapScan[t]
--------PhysicalDistribute
----------PhysicalProject
------------PhysicalOlapScan[t]
--NestedLoopJoin[RIGHT_ANTI_JOIN]
----PhysicalOlapScan[t]
----PhysicalOlapScan[t]

-- !inner_join --
1 1 a 1 1 a
Expand Down
Loading

0 comments on commit 692bf4a

Please sign in to comment.