You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ga...@apache.org on 2022/12/08 06:11:22 UTC

[doris] branch master updated: [bugfix](conf) remove useless conf (#14918)

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 <10...@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-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org