Skip to content

Commit

Permalink
localshuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Aug 7, 2024
1 parent b2219cc commit 729c05b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ suite("q32_spill") {
sql """
use regression_test_tpcds_sf1_unique_p1;
"""
sql "set enable_local_shuffle=false"
qt_q32 """
SELECT sum(cs_ext_discount_amt) 'excess discount amount'
FROM
Expand Down
4 changes: 3 additions & 1 deletion regression-test/suites/tpcds_sf1_unique_p1/spill/q92.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ suite("q92_spill") {
sql """
set min_revocable_mem=1;
"""
sql """
multi_sql """
use regression_test_tpcds_sf1_unique_p1;
set enable_local_shuffle=false;
"""

qt_q92 """
SELECT sum(ws_ext_discount_amt) 'Excess Discount Amount'
FROM
Expand Down
1 change: 1 addition & 0 deletions regression-test/suites/tpch_sf0.1_unique_p1/sql/q02.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
-- tables: part,supplier,partsupp,nation,region
SELECT
/*+ SET_VAR(enable_local_shuffle=false) */
s_acctbal,
s_name,
n_name,
Expand Down

0 comments on commit 729c05b

Please sign in to comment.