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

morrysnow 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 70e1a17c82a [chore](tools) update tools config (#32193)
70e1a17c82a is described below

commit 70e1a17c82aa5c7185adffede260ab2455cbf8c2
Author: xzj7019 <131111794+xzj7...@users.noreply.github.com>
AuthorDate: Wed Mar 13 19:54:02 2024 +0800

    [chore](tools) update tools config (#32193)
---
 tools/tpcds-tools/conf/opt/opt_sf1.sql    | 1 -
 tools/tpcds-tools/conf/opt/opt_sf100.sql  | 1 -
 tools/tpch-tools/conf/opt/opt_sf1.sql     | 6 ------
 tools/tpch-tools/conf/opt/opt_sf100.sql   | 7 -------
 tools/tpch-tools/conf/opt/opt_sf1000.sql  | 6 ------
 tools/tpch-tools/conf/opt/opt_sf10000.sql | 6 ------
 6 files changed, 27 deletions(-)

diff --git a/tools/tpcds-tools/conf/opt/opt_sf1.sql 
b/tools/tpcds-tools/conf/opt/opt_sf1.sql
index ea43723c30d..e69de29bb2d 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf1.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf1.sql
@@ -1 +0,0 @@
-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 ea43723c30d..e69de29bb2d 100644
--- a/tools/tpcds-tools/conf/opt/opt_sf100.sql
+++ b/tools/tpcds-tools/conf/opt/opt_sf100.sql
@@ -1 +0,0 @@
-set global runtime_filter_wait_time_ms=1000;
diff --git a/tools/tpch-tools/conf/opt/opt_sf1.sql 
b/tools/tpch-tools/conf/opt/opt_sf1.sql
index b0477b766b7..e69de29bb2d 100644
--- a/tools/tpch-tools/conf/opt/opt_sf1.sql
+++ b/tools/tpch-tools/conf/opt/opt_sf1.sql
@@ -1,6 +0,0 @@
-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/tpch-tools/conf/opt/opt_sf100.sql 
b/tools/tpch-tools/conf/opt/opt_sf100.sql
index 7eb8313f537..e69de29bb2d 100644
--- a/tools/tpch-tools/conf/opt/opt_sf100.sql
+++ b/tools/tpch-tools/conf/opt/opt_sf100.sql
@@ -1,7 +0,0 @@
-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 query_timeout=1000;
diff --git a/tools/tpch-tools/conf/opt/opt_sf1000.sql 
b/tools/tpch-tools/conf/opt/opt_sf1000.sql
index 7eb8313f537..17d8fa190f3 100644
--- a/tools/tpch-tools/conf/opt/opt_sf1000.sql
+++ b/tools/tpch-tools/conf/opt/opt_sf1000.sql
@@ -1,7 +1 @@
-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 query_timeout=1000;
diff --git a/tools/tpch-tools/conf/opt/opt_sf10000.sql 
b/tools/tpch-tools/conf/opt/opt_sf10000.sql
index bf4b96cacb7..ef11bad93de 100644
--- a/tools/tpch-tools/conf/opt/opt_sf10000.sql
+++ b/tools/tpch-tools/conf/opt/opt_sf10000.sql
@@ -1,7 +1 @@
-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 query_timeout=1000;


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

Reply via email to