You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/06/29 11:52:55 UTC

[doris] branch master updated: [minor](Nereids) change Nereids parse failed log level to debug (#21335)

This is an automated email from the ASF dual-hosted git repository.

morrysnow 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 f3fc606312 [minor](Nereids) change Nereids parse failed log level to debug (#21335)
f3fc606312 is described below

commit f3fc6063124d48d1914b0df15ba668659d5b68a6
Author: morrySnow <10...@users.noreply.github.com>
AuthorDate: Thu Jun 29 19:52:48 2023 +0800

    [minor](Nereids) change Nereids parse failed log level to debug (#21335)
---
 fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java b/fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java
index 8c65183431..36580e5c7a 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java
@@ -376,7 +376,7 @@ public class ConnectProcessor {
             } catch (Exception e) {
                 // TODO: We should catch all exception here until we support all query syntax.
                 nereidsParseException = e;
-                LOG.info("Nereids parse sql failed. Reason: {}. Statement: \"{}\".",
+                LOG.debug("Nereids parse sql failed. Reason: {}. Statement: \"{}\".",
                         e.getMessage(), originStmt);
             }
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org