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

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

Github user jihoonson commented on a diff in the pull request:

    https://github.com/apache/tajo/pull/618#discussion_r33784111
  
    --- Diff: 
tajo-plan/src/main/java/org/apache/tajo/plan/logical/AlterTableNode.java ---
    @@ -42,6 +43,12 @@
       private KeyValueSet properties = new KeyValueSet();
       @Expose
       private AlterTableOpType alterTableOpType;
    +  @Expose
    +  private String[] columnNames;
    --- End diff --
    
    ```colunmNames``` seems to mean partition columns, right? How about 
changing the name to be more intuitive?


> Implement logical plan part and DDL executor for alter partition.
> -----------------------------------------------------------------
>
>                 Key: TAJO-1345
>                 URL: https://issues.apache.org/jira/browse/TAJO-1345
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: planner/optimizer
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>             Fix For: 0.11.0
>
>         Attachments: TAJO-1345.patch
>
>
> See the title. The main objective of this issue is to implement the logical 
> planning part and the DDL executor part for alter table partition support.



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

Reply via email to