[
https://issues.apache.org/jira/browse/TAJO-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14627252#comment-14627252
]
ASF GitHub Bot commented on TAJO-1346:
--------------------------------------
Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/630#issuecomment-121420637
PartitionKey would be removed after committing TAJO-1670. And I found an
issue when testing unit test cases for partitioned table. It is that table
status didn't been updated when inserting into a partitioned table, if same
partition directories already exist. It should be done in another issue.
> Run ADD PARTITION after storing column partitioned table.
> ---------------------------------------------------------
>
> Key: TAJO-1346
> URL: https://issues.apache.org/jira/browse/TAJO-1346
> Project: Tajo
> Issue Type: Sub-task
> Components: physical operator
> Reporter: Jaehwa Jung
> Assignee: Jaehwa Jung
>
> Currently, If new partitions are added to HDFS by ColPartitionStoreExec,
> CatalogStore will not be aware of these partitions. So, Tajo need to run
> ALTER TABLE table_name ADD PARTITION on each of the newly added partitions
> automatically.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)