LiBinfeng-01 opened a new issue, #42632:
URL: https://github.com/apache/doris/issues/42632

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Description
   
   stats command is supported in legacy planner but not in nereids(new doris fe 
planner). you need implement the following use command in nereids:
   unsupportedAlterStatement
   - [ ] ALTER SYSTEM alterSystemClause                                         
       #alterSystem AlterSystemStmt
   - [ ] ALTER DATABASE name=identifier SET (DATA - [ ]REPLICA - [ ] 
TRANSACTION)
       QUOTA INTEGER_VALUE identifier?                                          
   #alterDatabaseSetQuota AlterDatabaseQuotaStmt
   - [ ] ALTER DATABASE name=identifier RENAME newName=identifier               
       #alterDatabaseRename AlterDatabaseRename
   - [ ] ALTER DATABASE name=identifier SET PROPERTIES
       LEFT_PAREN propertyItemList RIGHT_PAREN                                  
   #alterDatabaseProperties AlterDatabasePropertyStmt
   - [ ] ALTER CATALOG name=identifier RENAME newName=identifier                
       #alterCatalogRename AlterCatalogNameStmt
   - [ ] ALTER CATALOG name=identifier SET PROPERTIES
       LEFT_PAREN propertyItemList RIGHT_PAREN                                  
   #alterCatalogProperties AlterCatalogPropertyStmt
   - [ ] ALTER CATALOG name=identifier MODIFY COMMENT comment=STRING_LITERAL    
       #alterCatalogComment AlterCatalogCommentStmt
   - [ ] ALTER RESOURCE name=identifierOrText properties=propertyClause?        
       #alterResource AlterResourceStmt
   - [ ] ALTER COLOCATE GROUP name=multipartIdentifier
       SET LEFT_PAREN propertyItemList RIGHT_PAREN                              
   #alterColocateGroup AlterColocateGroupStmt
   - [ ] ALTER WORKLOAD GROUP name=identifierOrText
       properties=propertyClause?                                               
   #alterWorkloadGroup AlterWorkloadGroupStmt
   - [ ] ALTER WORKLOAD POLICY name=identifierOrText
       properties=propertyClause?                                               
   #alterWorkloadPolicy AlterWorkloadSchedPolicyStmt
   - [ ] ALTER ROUTINE LOAD FOR name=multipartIdentifier 
properties=propertyClause?
           (FROM type=identifier LEFT_PAREN propertyItemList RIGHT_PAREN)?      
   #alterRoutineLoad AlterRoutineLoadStmt
   - [ ] ALTER SQL_BLOCK_RULE name=identifier properties=propertyClause?        
       #alterSqlBlockRule AlterSqlBlockRuleStmt
   - [ ] ALTER STORAGE POLICY name=identifierOrText
       properties=propertyClause                                                
   #alterStoragePlicy AlterPolicyStmt
   - [ ] ALTER USER (IF EXISTS)? grantUserIdentify
       passwordOption (COMMENT STRING_LITERAL)?                                 
   #alterUser AlterUserStmt
   - [ ] ALTER ROLE role=identifier commentSpec                                 
       #alterRole AlterRoleStmt
   - [ ] ALTER REPOSITORY name=identifier properties=propertyClause?            
       #alterRepository AlterRepositoryStmt
   
   ### Solution
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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