[chore](tools) update tools config (#32193)

This commit is contained in:
xzj7019
2024-03-13 19:54:02 +08:00
committed by yiguolei
parent bede948029
commit d02f7606de
6 changed files with 0 additions and 27 deletions

View File

@ -1 +0,0 @@
set global runtime_filter_wait_time_ms=1000;

View File

@ -1 +0,0 @@
set global runtime_filter_wait_time_ms=1000;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;