terrymanu commented on issue #27146: URL: https://github.com/apache/shardingsphere/issues/27146#issuecomment-5330780279
Hi @kanha-gupta, thanks for your contribution. This issue has already been completed by #29689 (commit `3f28c79`), which is merged into master. The Oracle `EXPLAIN PLAN` grammar is supported in `DALStatement.g4`, and all five SQL statements listed in this issue are covered by parser test cases in `test/it/parser/src/main/resources/sql/supported/dal/explain.xml` together with the assertion cases in `test/it/parser/src/main/resources/case/dal/explain.xml`. Since the fix is included in released versions (5.5.1+), I am closing this issue as completed. If anyone finds an `EXPLAIN PLAN` statement that still fails to parse on a version containing #29689, please feel free to reopen with the SQL and error details. -- 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]
