Skip to content

Commit 19308d6

Browse files
fix test
1 parent 276fdbf commit 19308d6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

regression-test/data/shape_check/tpcds_sf100/rf_prune/query14.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

regression-test/data/shape_check/tpcds_sf100/shape/query14.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

regression-test/suites/shape_check/tpcds_sf100/shape/query14.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)