terrymanu commented on issue #27140: URL: https://github.com/apache/shardingsphere/issues/27140#issuecomment-5329251097
Hi @FlyingZC, thanks for reporting this. Oracle `DROP TYPE` parsing has already been implemented on the current master. PR #27217 added the `DROP TYPE [schema.]type_name [FORCE | VALIDATE]` grammar rule, the `visitDropType` visitor implementation, and SQL parser test cases (`drop_type`, `drop_type_schema_force`, `drop_type_schema_validate`), which cover the statements in this issue. The `CREATE OR REPLACE TYPE ... AS OBJECT` examples are also covered by the `createType` rule added in #27872. This issue was not auto-closed only because #27217 referenced #27136 instead of this one. Since the requested parsing is available since 5.4.1, I am closing it as completed. Feel free to reopen it if a recent version still fails to parse any `DROP TYPE` statement. -- 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]
