[tpcds] remove useless tpcds tools config (#27867)

Co-authored-by: zhongjian.xzj <zhongjian.xzj@192.168.2.31>
This commit is contained in:
xzj7019
2023-12-01 18:47:12 +08:00
committed by GitHub
parent 3f20cf1456
commit 19281e3590
4 changed files with 1 additions and 13 deletions

View File

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

View File

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

View File

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

View File

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