morrySnow commented on code in PR #13243:
URL: https://github.com/apache/doris/pull/13243#discussion_r991085964


##########
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java:
##########
@@ -266,8 +266,8 @@ private void handleQuery() {
                 } catch (Exception e) {
                     nereidsParseException = e;
                     // TODO: We should catch all exception here until we 
support all query syntax.
-                    LOG.warn(" Fallback to stale planner."
-                            + " Nereids cannot process this statement: 
\"{}\".", originStmt, e);
+                    LOG.info(" Fallback to stale planner."
+                            + " Nereids cannot process this statement: 
\"{}\".", originStmt.toString());

Review Comment:
   ```suggestion
                               + " Nereids cannot process this statement: 
\"{}\".", originStmt);
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to