Jaehwa Jung created TAJO-696:
--------------------------------
Summary: 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: Jaehwa Jung
We should support ALTER TABLE ADD COLUMN
The grammar is as follows:
{code:xml}
ALTER TABLE <table name> ADD COLUMN <column name> <column type>;
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)