This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new b976cbf14d6 [opt](log) avoid lots of json parse error logs (#39190)
(#39246)
b976cbf14d6 is described below
commit b976cbf14d6618bf6bf9305cb5ab4441a9d825a0
Author: camby <[email protected]>
AuthorDate: Tue Aug 13 17:01:10 2024 +0800
[opt](log) avoid lots of json parse error logs (#39190) (#39246)
pick https://github.com/apache/doris/pull/39190 to branch-2.1
---
be/src/vec/functions/function_jsonb.cpp | 2 --
1 file changed, 2 deletions(-)
diff --git a/be/src/vec/functions/function_jsonb.cpp
b/be/src/vec/functions/function_jsonb.cpp
index 8fe21f5df9f..66b875544a3 100644
--- a/be/src/vec/functions/function_jsonb.cpp
+++ b/be/src/vec/functions/function_jsonb.cpp
@@ -254,8 +254,6 @@ public:
(size_t)parser.getWriter().getOutput()->getSize());
} else {
error = parser.getErrorCode();
- LOG(WARNING) << "json parse error: " <<
JsonbErrMsg::getErrMsg(error)
- << " for value: " << std::string_view(val.data,
val.size);
switch (parse_error_handle_mode) {
case JsonbParseErrorMode::FAIL:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]