terrymanu commented on issue #27050: URL: https://github.com/apache/shardingsphere/issues/27050#issuecomment-5329009707
Hi @FlyingZC, thanks for reporting this. This has already been implemented and can be closed as done. Oracle `CREATE MATERIALIZED VIEW` / `CREATE MATERIALIZED VIEW LOG` parsing was added in #27994, including the ANTLR grammar rules, the `OracleDDLStatementVisitor` support, the `OracleCreateMaterializedViewStatement` / `OracleCreateMaterializedViewLogStatement` statement classes, and parser test cases covering the `BUILD IMMEDIATE`, `REFRESH FORCE`, `ON DEMAND` and `ENABLE QUERY REWRITE` variants listed in this issue. The `CREATE OPERATOR` statement from the task list is also supported and covered by test cases. The fix shipped in release 5.4.1, so any 5.4.1+ version includes it. I'll close this issue as completed. Feel free to reopen it if you find a `CREATE MATERIALIZED` statement that still fails to parse on a recent version. -- 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]
