This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 1413349c661 fix config.cpp format error
1413349c661 is described below
commit 1413349c6616b44cbac4d686c8d3594a9157de96
Author: Kang <[email protected]>
AuthorDate: Mon Oct 23 12:18:49 2023 +0800
fix config.cpp format error
---
be/src/common/config.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/common/config.cpp b/be/src/common/config.cpp
index 9df98fd6fb2..0a7d92f5da7 100644
--- a/be/src/common/config.cpp
+++ b/be/src/common/config.cpp
@@ -1084,7 +1084,7 @@ DEFINE_mInt32(scan_thread_nice_value, "0");
DEFINE_mInt32(tablet_schema_cache_recycle_interval, "86400");
-DEFINE_Bool(exit_on_exception, "false")
+DEFINE_Bool(exit_on_exception, "false");
DEFINE_Bool(ignore_always_true_predicate_for_segment, "true");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]