File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
data/shape_check/tpcds_sf100
suites/shape_check/tpcds_sf100/shape Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ PhysicalCteAnchor ( cteId=CTEId#0 )
105105--------------------------hashAgg[LOCAL]
106106----------------------------PhysicalProject
107107------------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_item_sk = item.i_item_sk)) otherCondition=()
108- --------------------------------hashJoin[LEFT_SEMI_JOIN shuffle ] hashCondition=((catalog_sales.cs_item_sk = cross_items.ss_item_sk)) otherCondition=()
108+ --------------------------------hashJoin[LEFT_SEMI_JOIN broadcast ] hashCondition=((catalog_sales.cs_item_sk = cross_items.ss_item_sk)) otherCondition=()
109109----------------------------------PhysicalProject
110110------------------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF13 d_date_sk->[cs_sold_date_sk]
111111--------------------------------------PhysicalProject
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ PhysicalCteAnchor ( cteId=CTEId#0 )
105105--------------------------hashAgg[LOCAL]
106106----------------------------PhysicalProject
107107------------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_item_sk = item.i_item_sk)) otherCondition=() build RFs:RF15 i_item_sk->[cs_item_sk,ss_item_sk]
108- --------------------------------hashJoin[LEFT_SEMI_JOIN shuffle ] hashCondition=((catalog_sales.cs_item_sk = cross_items.ss_item_sk)) otherCondition=() build RFs:RF14 ss_item_sk->[cs_item_sk]
108+ --------------------------------hashJoin[LEFT_SEMI_JOIN broadcast ] hashCondition=((catalog_sales.cs_item_sk = cross_items.ss_item_sk)) otherCondition=() build RFs:RF14 ss_item_sk->[cs_item_sk]
109109----------------------------------PhysicalProject
110110------------------------------------hashJoin[INNER_JOIN broadcast] hashCondition=((catalog_sales.cs_sold_date_sk = date_dim.d_date_sk)) otherCondition=() build RFs:RF13 d_date_sk->[cs_sold_date_sk]
111111--------------------------------------PhysicalProject
Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ suite("query14") {
3434 sql ' set enable_runtime_filter_prune=false'
3535 sql ' set runtime_filter_type=8'
3636 sql " set disable_nereids_rules=PRUNE_EMPTY_PARTITION"
37- def var_result1 = sql " show variables"
38- logger. info(" show variales result: " + var_result1 )
3937
4038 def ds = """ with cross_items as
4139 (select i_item_sk ss_item_sk
You can’t perform that action at this time.
0 commit comments