You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2023/05/16 16:59:00 UTC

[jira] [Updated] (IGNITE-19486) Sql. Provide commands and handlers for alter column name operation

     [ https://issues.apache.org/jira/browse/IGNITE-19486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Mashenkov updated IGNITE-19486:
--------------------------------------
    Description: 
After implementing IGNITE-19485 need to provide DDL command and handler to altering column name, as well as translation to the command from AST representation.
As a result, we will be able to translate AST to a command (see DdlSqlToCommandConverter) and execute this command in order to apply changes to configuration (see DdlCommandHandler).

  was:
After implementing IGNITE-15485 need to provide DDL command and handler to altering table name, as well as translation to the command from AST representation.
As a result, we will be able to translate AST to a command (see DdlSqlToCommandConverter) and execute this command in order to apply changes to configuration (see DdlCommandHandler).


> Sql. Provide commands and handlers for alter column name operation
> ------------------------------------------------------------------
>
>                 Key: IGNITE-19486
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19486
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Priority: Major
>              Labels: ignite-3
>
> After implementing IGNITE-19485 need to provide DDL command and handler to altering column name, as well as translation to the command from AST representation.
> As a result, we will be able to translate AST to a command (see DdlSqlToCommandConverter) and execute this command in order to apply changes to configuration (see DdlCommandHandler).



--
This message was sent by Atlassian Jira
(v8.20.10#820010)