You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/03/31 17:49:23 UTC

[jira] [Resolved] (TAJO-696) Implement ALTER TABLE ADD COLUMN

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

Hyunsik Choi resolved TAJO-696.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-incubating
                   0.8-incubating

> Implement ALTER TABLE ADD COLUMN
> --------------------------------
>
>                 Key: TAJO-696
>                 URL: https://issues.apache.org/jira/browse/TAJO-696
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: catalog, parser, planner/optimizer
>            Reporter: Jaehwa Jung
>            Assignee: Alvin Henrick
>             Fix For: 0.8-incubating, 1.0-incubating
>
>
> We should support  ALTER TABLE ADD COLUMN
> The grammar is as follows:
> {code:xml}
> ALTER TABLE <current_table 
> _name> ADD COLUMN <new_column_name> <new_column_type>;
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)