This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 866dde92b8eeead91e23a6a7553c55f4a75df375
Author: xzj7019 <131111794+xzj7...@users.noreply.github.com>
AuthorDate: Wed Jan 31 14:22:29 2024 +0800

    [tools] update tpcds test tools (#30607)
    
    Co-authored-by: zhongjian.xzj 
<zhongjian.xzj@zhongjianxzjdeMacBook-Pro.local>
---
 tools/tpcds-tools/conf/opt/opt_sf1.sql     | 2 --
 tools/tpcds-tools/conf/opt/opt_sf100.sql   | 4 +---
 tools/tpcds-tools/conf/opt/opt_sf1000.sql  | 5 -----
 tools/tpcds-tools/conf/opt/opt_sf10000.sql | 5 -----
 4 files changed, 1 insertion(+), 15 deletions(-)

diff --git a/tools/tpcds-tools/conf/opt/opt_sf1.sql 
b/tools/tpcds-tools/conf/opt/opt_sf1.sql
index e4a4d26dec5..ea43723c30d 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf1.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf1.sql
@@ -1,3 +1 @@
-set global experimental_enable_nereids_planner=true;
-set global experimental_enable_pipeline_engine=true;
 set global runtime_filter_wait_time_ms=1000;
diff --git a/tools/tpcds-tools/conf/opt/opt_sf100.sql 
b/tools/tpcds-tools/conf/opt/opt_sf100.sql
index 231906fe506..ea43723c30d 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf100.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf100.sql
@@ -1,3 +1 @@
-set global experimental_enable_nereids_planner=true;
-set global experimental_enable_pipeline_engine=true;
-set global runtime_filter_wait_time_ms=10000;
+set global runtime_filter_wait_time_ms=1000;
diff --git a/tools/tpcds-tools/conf/opt/opt_sf1000.sql 
b/tools/tpcds-tools/conf/opt/opt_sf1000.sql
index 6a42b7071b1..17d8fa190f3 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf1000.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf1000.sql
@@ -1,6 +1 @@
-set global experimental_enable_nereids_planner=true;
-set global experimental_enable_pipeline_engine=true;
 set global runtime_filter_wait_time_ms=10000;
-set global broadcast_right_table_scale_factor=0.0;
-set global max_join_number_bushy_tree=10;
-set global memo_max_group_expression_size=15000;
diff --git a/tools/tpcds-tools/conf/opt/opt_sf10000.sql 
b/tools/tpcds-tools/conf/opt/opt_sf10000.sql
index ce361d4e3f3..ef11bad93de 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf10000.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf10000.sql
@@ -1,6 +1 @@
-set global experimental_enable_nereids_planner=true;
-set global experimental_enable_pipeline_engine=true;
 set global runtime_filter_wait_time_ms=100000;
-set global broadcast_right_table_scale_factor=5.0;
-set global max_join_number_bushy_tree=10;
-set global memo_max_group_expression_size=15000;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to