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/09/17 07:52:59 UTC

[GitHub] tajo pull request: TAJO-1864: CatalogStore::getAllPartitions need ...

GitHub user blrunner opened a pull request:

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

    TAJO-1864: CatalogStore::getAllPartitions need to throw PartitionNotFoundException if there is no partitions on catalog.

    Currently, CatalogStore::getAllPartitions doesn't throw PartitionNotFoundException if there is not partitions on catalog. As a result, if users execute a select statement for partition table without filter, they can't get expected result.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/blrunner/tajo TAJO-1864

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/765.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 #765
    
----
commit e210467d419c5f7721a07c8fc5f0706f897aaa8d
Author: JaeHwa Jung <bl...@apache.org>
Date:   2015-09-17T05:51:49Z

    TAJO-1864: CatalogStore::getAllPartitions need to throw PartitionNotFoundException if there is no partitions on catalog.

----


---
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-1864: CatalogStore::getAllPartitions need ...

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

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


---
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-1864: CatalogStore::getAllPartitions need ...

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

    https://github.com/apache/tajo/pull/765#issuecomment-141044408
  
    This issue will be resolved in https://issues.apache.org/jira/browse/TAJO-1493


---
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.
---