Skip to content

Commit

Permalink
add case
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Nov 27, 2024
1 parent 30862fc commit a6b0f93
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
-- This file is automatically generated. You should know what you did if you want to edit this
-- !reorder_1 --
PhysicalResultSink
--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=()
----PhysicalOlapScan[nation]
----PhysicalOlapScan[region]

-- !ndv_min_max_invalid --
PhysicalResultSink
--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=()
----PhysicalOlapScan[region]
----PhysicalOlapScan[nation]

-- !reorder_2 --
PhysicalResultSink
--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=()
----PhysicalOlapScan[nation]
----PhysicalOlapScan[region]

-- !order_3 --
PhysicalResultSink
--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=()
----PhysicalOlapScan[nation]
----PhysicalOlapScan[region]

-- !ndv_row_invalid --
PhysicalResultSink
--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=()
----PhysicalOlapScan[region]
----PhysicalOlapScan[nation]

0 comments on commit a6b0f93

Please sign in to comment.