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

   ### 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
   
   admin command is supported in legacy planner but not in nereids(new doris fe 
planner). you need implement the following use command in nereids:
   unsupportedAdminStatement
   - [ ] ADMIN SHOW REPLICA DISTRIBUTION FROM baseTableRef                      
       #adminShowReplicaDistribution ShowReplicaDistributionStmt
   - [ ] ADMIN SET REPLICA STATUS PROPERTIES LEFT_PAREN propertyItemList 
RIGHT_PAREN   #adminSetReplicaStatus AdminSetReplicaStatusStmt
   - [ ] ADMIN SET REPLICA VERSION PROPERTIES LEFT_PAREN propertyItemList 
RIGHT_PAREN  #adminSetReplicaVersion AdminSetReplicaVersionStmt
   - [ ] ADMIN REPAIR TABLE baseTableRef                                        
       #adminRepairTable AdminRepairTableStmt
   - [ ] ADMIN CANCEL REPAIR TABLE baseTableRef                                 
       #adminCancelRepairTable AdminCancelRepairTableStmt
   - [ ] ADMIN SET (FRONTEND - [ ] (ALL FRONTENDS)) CONFIG
       (LEFT_PAREN propertyItemList RIGHT_PAREN)? ALL?                          
   #adminSetFrontendConfig AdminSetConfigStmt
   - [ ] ADMIN CHECK tabletList properties=propertyClause?                      
       #adminCheckTablets AdminCheckTabletsStmt
   - [ ] ADMIN REBALANCE DISK (ON LEFT_PAREN backends+=STRING_LITERAL
       (COMMA backends+=STRING_LITERAL) RIGHT_PAREN)?                           
   #adminRebalanceDisk AdminRebalanceDiskStmt
   - [ ] ADMIN CANCEL REBALANCE DISK (ON LEFT_PAREN backends+=STRING_LITERAL
       (COMMA backends+=STRING_LITERAL) RIGHT_PAREN)?                           
   #adminCancelRebalanceDisk AdminCancelRebalanceDiskStmt
   - [ ] ADMIN CLEAN TRASH (ON LEFT_PAREN backends+=STRING_LITERAL
       (COMMA backends+=STRING_LITERAL) RIGHT_PAREN)?                           
   #adminCleanTrash AdminCleanTrashStmt
   - [ ] ADMIN SET TABLE name=multipartIdentifier
       PARTITION VERSION properties=propertyClause?                             
   #adminSetPartitionVersion AdminSetPartitionVersionStmt
   - [ ] ADMIN DIAGNOSE TABLET tabletId=INTEGER_VALUE                           
       #adminDiagnoseTablet DiagnoseTabletStmt
   - [ ] ADMIN SHOW TABLET STORAGE FORMAT VERBOSE?                              
       #adminShowTabletStorageFormat ShowTabletStorageFormatStmt
   - [ ] ADMIN COPY TABLET tabletId=INTEGER_VALUE properties=propertyClause?    
       #adminCopyTablet AdminCopyTabletStmt
   - [ ] ADMIN SET TABLE name=multipartIdentifier STATUS 
properties=propertyClause?    #adminSetTableStatus AdminSetTableStatusStmt
   
   ### 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