terrymanu commented on issue #31504:
URL: 
https://github.com/apache/shardingsphere/issues/31504#issuecomment-5386568541

   Hi @BobSong-dev, thanks for picking this up. Update since the last comment: 
this issue is now fully resolved on current master and can be closed.
   
   PR #39512 (merged into master on Aug 19, 2026) added complete Doris 
`RECOVER` support:
   
   - Grammar rules `recoverDatabase` / `recoverTable` / `recoverPartition` in 
`parser/sql/engine/dialect/doris/src/main/antlr4/imports/doris/DALStatement.g4`,
 covering the optional id and `AS` rename for all three statement forms.
   - The `DorisRecoverStatement` model, DAL visitor methods, and visitor rule 
registration.
   - Parser IT cases in 
`test/it/parser/src/main/resources/sql/supported/dal/recover.xml` covering all 
10 cases listed in this issue, including both `RECOVER PARTITION p1 300 AS 
new_p1 FROM example_tbl` and `RECOVER PARTITION p1 300 FROM example_tbl AS 
new_p1`.
   
   Since master already covers everything here, PR #39505 is no longer needed 
and can be closed as superseded — thanks for the effort anyway. Closing this 
issue as completed; feel free to pick another `good first issue` if you are 
interested.


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