byp411426 commented on issue #31479: URL: https://github.com/apache/shardingsphere/issues/31479#issuecomment-5229176327
Update after checking the current master branch: the remaining Doris **DROP DATABASE** cases were already implemented by #38443, merged on March 15, 2026 for #31470. The merged change: - added the optional **FORCE** clause to `dropDatabase` in `parser/sql/engine/dialect/doris/src/main/antlr4/imports/doris/DDLStatement.g4`; - added parser cases for `DROP DATABASE db_test FORCE`, `DROP DATABASE IF EXISTS db_test FORCE`, and `DROP DATABASE db_test` in `test/it/parser/src/main/resources/sql/supported/ddl/drop-database.xml`. I will not open a duplicate PR. Please disregard my claim above; this issue appears stale for the **DROP DATABASE** portion. -- 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]
