Hyunsik Choi created TAJO-1421:
----------------------------------

             Summary: Add 'ALTER TABLE SET PROPERT' statement
                 Key: TAJO-1421
                 URL: https://issues.apache.org/jira/browse/TAJO-1421
             Project: Tajo
          Issue Type: New Feature
          Components: catalog, storage
            Reporter: Hyunsik Choi
             Fix For: 0.11.0


Each table has table properties. Currently, users can only set table properties 
only when a table is created. But, in many cases, we need to change table 
properties later.

To allow users to change table properties of an existing table, I propose 
'ALTER TABLE SET PROPERTY' statement.

The proposed grammar is as follow:
{code}
ALTER TABLE SET PROPERTY property_name = property_value, ..., property_name = 
property_value;
{code}

{{property_name=property_value}} can be listed by comma chain.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to