terrymanu commented on issue #31479: URL: https://github.com/apache/shardingsphere/issues/31479#issuecomment-5386572406
Hi @iamhucong, thanks for initiating this Doris SQL parsing tracking issue. All the SQL cases listed here are now supported on the current master, so this issue can be closed as completed. - The remaining `DROP DATABASE [IF EXISTS] db_name [FORCE]` cases were implemented by #38443 (for #31470): `dropDatabase` in `parser/sql/engine/dialect/doris/src/main/antlr4/imports/doris/DDLStatement.g4` now accepts `IF EXISTS` and the optional `FORCE` clause, with the parser cases `drop_database_doris_force`, `drop_database_doris_if_exists_force`, and `drop_database_doris_without_force` in `test/it/parser/src/main/resources/sql/supported/ddl/drop-database.xml`. - `CREATE FILE` is covered by the Doris cases in `sql/supported/ddl/create-file.xml`. - `DESC[RIBE] [db_name.]table_name [ALL]` is covered by the `explain` rule in `doris/DALStatement.g4` and the `desc_table_all_doris` case in `sql/supported/dal/describe.xml`. - `SYNC` is covered by `sql/supported/dal/sync.xml`. Closing this issue as completed. Thanks to everyone who contributed to these cases. -- 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]
