morrySnow commented on code in PR #34532:
URL: https://github.com/apache/doris/pull/34532#discussion_r1594904920
##########
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:
analyze table do not impl in Nereids, so should not failed even if disabling
fallback_to_original_planner
--
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]