terrymanu commented on issue #27028: URL: https://github.com/apache/shardingsphere/issues/27028#issuecomment-5329004662
Hi @FlyingZC, thanks for raising this. Oracle `CREATE INDEXTYPE` parsing is now supported, so this issue can be closed as completed. `CREATE INDEXTYPE` support was merged in #39302, including the `createIndexType` grammar rule, the `OracleCreateIndexTypeStatement` AST node, visitor support, and parser test cases covering the examples in this issue (`WITH LOCAL PARTITION` and `WITH SYSTEM MANAGED STORAGE TABLES` variants). The `CREATE JAVA ... USING BFILE` statements listed here were already covered by #28652. Closing as completed. Feel free to reopen with a concrete SQL example if anything is still unparsed on the latest master. -- 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]
