This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 4c5ddf70db [bugfix](conf) remove useless conf (#14918) 4c5ddf70db is described below commit 4c5ddf70db31dbbee79ac0a0e29b847751823cfe Author: yixiutt <102007456+yixi...@users.noreply.github.com> AuthorDate: Thu Dec 8 14:11:15 2022 +0800 [bugfix](conf) remove useless conf (#14918) --- be/src/common/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/be/src/common/config.h b/be/src/common/config.h index 9b88c7d1aa..55c765303c 100644 --- a/be/src/common/config.h +++ b/be/src/common/config.h @@ -795,8 +795,6 @@ CONF_mInt64(small_column_size_buffer, "100"); // if it is lower than a specific threshold, the predicate will be disabled. CONF_mInt32(bloom_filter_predicate_check_row_num, "204800"); -CONF_Bool(enable_decimalv3, "false"); - // cooldown task configs CONF_Int32(cooldown_thread_num, "5"); CONF_mInt64(generate_cooldown_task_interval_sec, "20"); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org