zhangbutao commented on code in PR #34532:
URL: https://github.com/apache/doris/pull/34532#discussion_r1594909798


##########
fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java:
##########
@@ -315,7 +316,8 @@ public void executeQuery(MysqlCommand mysqlCommand, String 
originStmt) throws Ex
                 || s instanceof UpdateStmt
                 || s instanceof DeleteStmt
                 || s instanceof CreateTableAsSelectStmt
-                || s instanceof CreateTableStmt)) {
+                || s instanceof CreateTableStmt
+                || s instanceof AnalyzeTblStmt)) {

Review Comment:
   Ok. It just makes me confused that `analyze table` can be sucessful but 
actually it not be Implemented in Nereids.
   
   ```
   set enable_nereids_planner=true;
   set enable_fallback_to_original_planner=false;
   ```
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to