zhangbutao commented on code in PR #34532:
URL: https://github.com/apache/doris/pull/34532#discussion_r1594947743
##########
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:
Sure, i will try to impl partial statements in Nereids if i have any
bandwidth. 😃
Thanks.
--
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]