This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new c3402ad2cbf [Chore](regression-test) adjust variant tpch/q09_trans.sql batch_size from default to 2048 (#34105) c3402ad2cbf is described below commit c3402ad2cbf0b9f082954418eaa86fd1603f9144 Author: lihangyu <15605149...@163.com> AuthorDate: Thu Apr 25 16:43:31 2024 +0800 [Chore](regression-test) adjust variant tpch/q09_trans.sql batch_size from default to 2048 (#34105) since 50 may cause performance issue introduced by #33853 --- regression-test/suites/variant_p0/tpch/sql/q09_trans.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/variant_p0/tpch/sql/q09_trans.sql b/regression-test/suites/variant_p0/tpch/sql/q09_trans.sql index ddbc82812bc..f501d73dd72 100644 --- a/regression-test/suites/variant_p0/tpch/sql/q09_trans.sql +++ b/regression-test/suites/variant_p0/tpch/sql/q09_trans.sql @@ -1,6 +1,6 @@ -- TABLES: part,SUPPLIER,lineitem,partsupp,orders,NATION -- ERROR: not stable -SELECT /*+SET_VAR(enable_fallback_to_original_planner=false) */ +SELECT /*+SET_VAR(enable_fallback_to_original_planner=false,batch_size=2048) */ NATION, O_YEAR, SUM(AMOUNT) AS SUM_PROFIT --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org