[
https://issues.apache.org/jira/browse/TAJO-1346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626436#comment-14626436
]
ASF GitHub Bot commented on TAJO-1346:
--------------------------------------
GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/630
TAJO-1346: Run ADD PARTITION after storing column partitioned table.
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/blrunner/tajo TAJO-1346
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/630.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #630
----
commit 241e0668d4c2cefc57502fe0525448c00da5b442
Author: JaeHwa Jung <[email protected]>
Date: 2015-07-14T14:58:09Z
TAJO-1346: Run ADD PARTITION after storing column partitioned table.
----
> 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)