You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Evgeny Stanilovsky (Jira)" <ji...@apache.org> on 2021/09/06 11:12:00 UTC

[jira] [Commented] (IGNITE-15107) Integrate DDL handler into Ignite 3.0

    [ https://issues.apache.org/jira/browse/IGNITE-15107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17410533#comment-17410533 ] 

Evgeny Stanilovsky commented on IGNITE-15107:
---------------------------------------------

[~korlov] [~tledkov-gridgain] [~amashenkov] pr ready for review, guys check it plz.

> Integrate DDL handler into Ignite 3.0
> -------------------------------------
>
>                 Key: IGNITE-15107
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15107
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: sql
>            Reporter: Konstantin Orlov
>            Assignee: Evgeny Stanilovsky
>            Priority: Major
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)