Details
Description
Need to implement handler of the following basic commands:
- Create table
- Alter table
- Drop table
- Create index
- Drop index
Reference point is org.apache.ignite.internal.processors.query.calcite.exec.ddl.DdlCommandHandler.
Required tests are available in following classes:
org.apache.ignite.internal.processors.query.calcite.integration.IndexDdlIntegrationTest
org.apache.ignite.internal.processors.query.calcite.integration.TableDdlIntegrationTest
NB: all referenced classes are resided in ignite-2 codebase in sql-calcite branch.
Attachments
Issue Links
- is duplicated by
-
IGNITE-14926 Implement DDL command CREATE / DROP INDEX for SQL parser.
- Resolved
- is part of
-
IGNITE-16050 Common implementation for base mock dependent tests.
- Open
- requires
-
IGNITE-15926 DDL methos for tables should throw an exception when the tables exist or not
- Resolved
-
IGNITE-15727 DDL to Internal TableManager API reveal
- Resolved
- links to