shamilv commented on code in PR #33436:
URL: https://github.com/apache/shardingsphere/pull/33436#discussion_r1898027453


##########
parser/sql/dialect/doris/src/main/antlr4/imports/doris/DALStatement.g4:
##########
@@ -411,6 +411,18 @@ restart
     : RESTART
     ;
 
+recoverDatabase
+    : RECOVER DATABASE databaseName (databaseId | AS newDatabaseName)?

Review Comment:
   Done



##########
parser/sql/dialect/doris/src/main/antlr4/imports/doris/DALStatement.g4:
##########
@@ -411,6 +411,18 @@ restart
     : RESTART
     ;
 
+recoverDatabase
+    : RECOVER DATABASE databaseName (databaseId | AS newDatabaseName)?
+    ;
+
+recoverPartition
+    : RECOVER PARTITION partitionName partitionId? (AS newPartitionName)? FROM 
tableName

Review Comment:
   Done



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

Reply via email to