This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 29a7a31bd6d [fix](test) disable forbid_unknown_col_stats (#27303)
29a7a31bd6d is described below
commit 29a7a31bd6d81607564690be7cb74410851b1cb4
Author: jiafeng.zhang <[email protected]>
AuthorDate: Mon Nov 20 23:09:21 2023 +0800
[fix](test) disable forbid_unknown_col_stats (#27303)
---
tools/tpch-tools/conf/opt/opt_sf1.sql | 1 -
tools/tpch-tools/conf/opt/opt_sf100.sql | 1 -
tools/tpch-tools/conf/opt/opt_sf1000.sql | 1 -
tools/tpch-tools/conf/opt/opt_sf10000.sql | 1 -
4 files changed, 4 deletions(-)
diff --git a/tools/tpch-tools/conf/opt/opt_sf1.sql
b/tools/tpch-tools/conf/opt/opt_sf1.sql
index b0477b766b7..a40e0ad730c 100644
--- a/tools/tpch-tools/conf/opt/opt_sf1.sql
+++ b/tools/tpch-tools/conf/opt/opt_sf1.sql
@@ -3,4 +3,3 @@ 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..ddf8c226557 100644
--- a/tools/tpch-tools/conf/opt/opt_sf100.sql
+++ b/tools/tpch-tools/conf/opt/opt_sf100.sql
@@ -3,5 +3,4 @@ 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..ddf8c226557 100644
--- a/tools/tpch-tools/conf/opt/opt_sf1000.sql
+++ b/tools/tpch-tools/conf/opt/opt_sf1000.sql
@@ -3,5 +3,4 @@ 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..d6cb26ddc66 100644
--- a/tools/tpch-tools/conf/opt/opt_sf10000.sql
+++ b/tools/tpch-tools/conf/opt/opt_sf10000.sql
@@ -3,5 +3,4 @@ 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: [email protected]
For additional commands, e-mail: [email protected]