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

ASF GitHub Bot commented on TAJO-2165:
--------------------------------------

Github user dongjinleekr commented on the issue:

    https://github.com/apache/tajo/pull/1045
  
    Add to this, I have another question: is there any reason you separated 
CreateTableExecutor from DDLExecutor? For all DDL operations except 'Create 
Table' are executed in DDLExecutor, which invokes RPC operations via 
CatalogService object. However, 'Create Table' operation is executed in an 
indirect way, via CreateTableExecutor. I thought there must be some design 
intention or development history I don't know. If it's no inconvenience to you, 
I would like to know.


> Add 'ALTER TABLE UNSET PROPERTY' statement to Tajo DDL
> ------------------------------------------------------
>
>                 Key: TAJO-2165
>                 URL: https://issues.apache.org/jira/browse/TAJO-2165
>             Project: Tajo
>          Issue Type: New Feature
>          Components: SQL Shell
>            Reporter: Lee Dongjin
>            Assignee: Lee Dongjin
>             Fix For: 0.12.0
>
>
> For version 0.11.x now, there is only set statement for table property. When 
> the user makes a typo with DDL statement, this mistake cannot be removed. We 
> also need the way to remove already set properties.



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

Reply via email to