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


##########
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java:
##########
@@ -313,7 +313,7 @@ private void handleQuery() {
                     && ctx.getSessionVariable().isEnableNereidsPlanner()
                     && 
!ctx.getSessionVariable().enableFallbackToOriginalPlanner) {
                 Exception exception = new Exception(
-                        String.format("Nereids cannot parse the SQL, and 
fallback disabled.\n\n%s",
+                        String.format("Nereids cannot parse the SQL, and 
fallback disabled. caused by: %s\n\n",

Review Comment:
   ```suggestion
                           String.format("Nereids cannot parse the SQL, and 
fallback disabled. caused by:\n\n%s",
   ```



-- 
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