[
https://issues.apache.org/jira/browse/TAJO-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14627357#comment-14627357
]
ASF GitHub Bot commented on TAJO-1345:
--------------------------------------
Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/618#issuecomment-121437463
Catalog check the identity of partition using the name of partition instead
of location. In above case, the name of partition is
``n_regionkey=1,n_nationkey=2``. If you didn't execute ``alter table drop
partition statement``, the partition of (n_regionkey=1,n_nationkey=2) exists on
catalog. Could you execute ``alter table add partition statement`` after
executing ``alter table drop partition statement``?
> 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, TAJO-1345_2.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)