Skip to content

Commit

Permalink
[chore](config) modify variant_ratio_of_defaults_as_sparse_column f…
Browse files Browse the repository at this point in the history
…rom 0.95 to 1 (#28984)

since sparse column is not stable at present
  • Loading branch information
eldenmoon authored Dec 26, 2023
1 parent f30e506 commit 92660bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/common/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ DEFINE_mInt64(workload_group_scan_task_wait_timeout_ms, "10000");
DEFINE_Bool(enable_index_apply_preds_except_leafnode_of_andnode, "true");

DEFINE_mBool(variant_enable_flatten_nested, "false");
DEFINE_mDouble(variant_ratio_of_defaults_as_sparse_column, "0.95");
DEFINE_mDouble(variant_ratio_of_defaults_as_sparse_column, "1");
DEFINE_mInt64(variant_threshold_rows_to_estimate_sparse_column, "1000");

// block file cache
Expand Down

0 comments on commit 92660bb

Please sign in to comment.