You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by blrunner <gi...@git.apache.org> on 2015/07/02 15:09:01 UTC

[GitHub] tajo pull request: TAJO-1346: Run ADD PARTITION after storing colu...

GitHub user blrunner opened a pull request:

    https://github.com/apache/tajo/pull/622

    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/622.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 #622
    
----
commit c8634cbe225787c32ee236d217a1aa85c1254253
Author: JaeHwa Jung <bl...@apache.org>
Date:   2015-07-02T13:06:07Z

    TAJO-1346: Run ADD PARTITION after storing column partitioned table.

commit d6c93272320738bf1f524bc2cff572661130184f
Author: JaeHwa Jung <bl...@apache.org>
Date:   2015-07-02T13:06:58Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into TAJO-1346

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1346: Run ADD PARTITION after storing colu...

Posted by blrunner <gi...@git.apache.org>.
Github user blrunner closed the pull request at:

    https://github.com/apache/tajo/pull/622


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1346: Run ADD PARTITION after storing colu...

Posted by blrunner <gi...@git.apache.org>.
Github user blrunner commented on the pull request:

    https://github.com/apache/tajo/pull/622#issuecomment-118027180
  
    Not yet added test cases.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1346: Run ADD PARTITION after storing colu...

Posted by blrunner <gi...@git.apache.org>.
Github user blrunner commented on the pull request:

    https://github.com/apache/tajo/pull/622#issuecomment-119035751
  
    I added unit test cases. For your information, some codes would be removed after finishing TAJO-1345.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---