This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch disable-forbid_unknown_col_stats-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit b18c27443bf9d8c69cbf85b94e6bd77971845b0d Author: 张锋 <zhangfeng@zhangfeng.local> AuthorDate: Mon Nov 20 20:56:41 2023 +0800 Revert "[fix](test) disable forbid_unknown_col_stats" This reverts commit e15cc5af41fee77dc2cf7291f35af6986a6d8fcd. --- tools/tpch-tools/conf/opt/opt_sf1.sql | 3 ++- 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, 5 insertions(+), 1 deletion(-) diff --git a/tools/tpch-tools/conf/opt/opt_sf1.sql b/tools/tpch-tools/conf/opt/opt_sf1.sql index 6735043413b..b0477b766b7 100644 --- a/tools/tpch-tools/conf/opt/opt_sf1.sql +++ b/tools/tpch-tools/conf/opt/opt_sf1.sql @@ -2,4 +2,5 @@ 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; \ No newline at end of file +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 ddf8c226557..7eb8313f537 100644 --- a/tools/tpch-tools/conf/opt/opt_sf100.sql +++ b/tools/tpch-tools/conf/opt/opt_sf100.sql @@ -3,4 +3,5 @@ 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 ddf8c226557..7eb8313f537 100644 --- a/tools/tpch-tools/conf/opt/opt_sf1000.sql +++ b/tools/tpch-tools/conf/opt/opt_sf1000.sql @@ -3,4 +3,5 @@ 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 d6cb26ddc66..bf4b96cacb7 100644 --- a/tools/tpch-tools/conf/opt/opt_sf10000.sql +++ b/tools/tpch-tools/conf/opt/opt_sf10000.sql @@ -3,4 +3,5 @@ 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