terrymanu commented on issue #27114: URL: https://github.com/apache/shardingsphere/issues/27114#issuecomment-5329285642
Hi @FlyingZC, thanks for reporting this. This enhancement has already been implemented, so we can close this issue now. Oracle `CREATE TABLESPACE` parsing was added in #27230, which introduced the `createTablespace` grammar rule in `DDLStatement.g4`, the `visitCreateTablespace` visitor, and the `CreateTablespaceStatement` statement class. It covers permanent/temporary/undo tablespaces, `BIGFILE`/`SMALLFILE`, `DATAFILE` file specifications, `EXTENT MANAGEMENT LOCAL AUTOALLOCATE`/`UNIFORM SIZE`, `SEGMENT SPACE MANAGEMENT AUTO`, `BLOCKSIZE`, storage clauses, and the other forms listed above. The `CREATE TABLE ... TABLESPACE ... STORAGE (...)` example is also supported via the existing `tablespaceClause` and `storageClause` in `CREATE TABLE`. The fix was released in 5.4.1 and is verified by the Oracle cases in `test/it/parser/src/main/resources/sql/supported/ddl/create-tablespace.xml`. Closing this issue as completed. -- 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]
