Skip to content

Commit

Permalink
[fix](test) disable forbid_unknown_col_stats
Browse files Browse the repository at this point in the history
  • Loading branch information
张锋 committed Nov 17, 2023
1 parent 517233c commit 5e23871
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion tools/tpcds-tools/conf/opt/opt_sf1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
1 change: 0 additions & 1 deletion tools/tpcds-tools/conf/opt/opt_sf100.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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=10000;
set global enable_fallback_to_original_planner=false;
set global forbid_unknown_col_stats=true;
1 change: 0 additions & 1 deletion tools/tpcds-tools/conf/opt/opt_sf1000.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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 max_join_number_bushy_tree=10;
set global memo_max_group_expression_size=15000;
1 change: 0 additions & 1 deletion tools/tpcds-tools/conf/opt/opt_sf10000.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ 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;
1 change: 0 additions & 1 deletion tools/tpch-tools/conf/opt/opt_sf1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
1 change: 0 additions & 1 deletion tools/tpch-tools/conf/opt/opt_sf100.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
1 change: 0 additions & 1 deletion tools/tpch-tools/conf/opt/opt_sf1000.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
1 change: 0 additions & 1 deletion tools/tpch-tools/conf/opt/opt_sf10000.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 5e23871

Please sign in to comment.