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

yiguolei 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 19281e3590b [tpcds] remove useless tpcds tools config (#27867)
19281e3590b is described below

commit 19281e3590bc7d4f3da3000c6e0fa3ee418f2070
Author: xzj7019 <[email protected]>
AuthorDate: Fri Dec 1 18:47:12 2023 +0800

    [tpcds] remove useless tpcds tools config (#27867)
    
    Co-authored-by: zhongjian.xzj <[email protected]>
---
 tools/tpcds-tools/conf/opt/opt_sf1.sql     | 3 ---
 tools/tpcds-tools/conf/opt/opt_sf100.sql   | 3 ---
 tools/tpcds-tools/conf/opt/opt_sf1000.sql  | 5 +----
 tools/tpcds-tools/conf/opt/opt_sf10000.sql | 3 ---
 4 files changed, 1 insertion(+), 13 deletions(-)

diff --git a/tools/tpcds-tools/conf/opt/opt_sf1.sql 
b/tools/tpcds-tools/conf/opt/opt_sf1.sql
index b0477b766b7..e4a4d26dec5 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf1.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf1.sql
@@ -1,6 +1,3 @@
 set global experimental_enable_nereids_planner=true;
 set global experimental_enable_pipeline_engine=true;
-set global enable_runtime_filter_prune=false;
 set global runtime_filter_wait_time_ms=1000;
-set global enable_fallback_to_original_planner=false;
-set global forbid_unknown_col_stats=true;
diff --git a/tools/tpcds-tools/conf/opt/opt_sf100.sql 
b/tools/tpcds-tools/conf/opt/opt_sf100.sql
index 0ffcfb7ce7c..231906fe506 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf100.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf100.sql
@@ -1,6 +1,3 @@
 set global experimental_enable_nereids_planner=true;
 set global experimental_enable_pipeline_engine=true;
-set global enable_runtime_filter_prune=false;
 set global runtime_filter_wait_time_ms=10000;
-set global enable_fallback_to_original_planner=false;
-set global forbid_unknown_col_stats=true;
diff --git a/tools/tpcds-tools/conf/opt/opt_sf1000.sql 
b/tools/tpcds-tools/conf/opt/opt_sf1000.sql
index 4a1d49eb612..6a42b7071b1 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf1000.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf1000.sql
@@ -1,9 +1,6 @@
 set global experimental_enable_nereids_planner=true;
 set global experimental_enable_pipeline_engine=true;
-set global enable_runtime_filter_prune=false;
 set global runtime_filter_wait_time_ms=10000;
-set global enable_fallback_to_original_planner=false;
-set global forbid_unknown_col_stats=true;
-set global broadcast_right_table_scale_factor=5.0;
+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 314b55e9cac..ce361d4e3f3 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf10000.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf10000.sql
@@ -1,9 +1,6 @@
 set global experimental_enable_nereids_planner=true;
 set global experimental_enable_pipeline_engine=true;
-set global enable_runtime_filter_prune=false;
 set global runtime_filter_wait_time_ms=100000;
-set global enable_fallback_to_original_planner=false;
-set global forbid_unknown_col_stats=true;
 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to