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


##########
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:
   too many statement has not been impl in Nereids. 
   All these statements will fall back to Legacy planner automaticly even if 
disable `enable_fallback_to_original_planner`
   
   > Should we impl analyze table in Neredis side in the future
   
   Yes, We should impl **ALL** statement in Nereids in feature.
   
   Feel free to impl them in Nereids if you're willing.😁
   



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