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 2016/02/01 02:45:36 UTC

[GitHub] tajo pull request: TAJO-2063: Refactor FileTablespace::commitOutpu...

GitHub user blrunner opened a pull request:

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

    TAJO-2063: Refactor FileTablespace::commitOutputData.

    I implemented this PR as following:
    
    - Refactor ``FileTablespace::commitOutputData`` into well-defined methods. 
    - Use catalog informs to minimize ``FileSystem::listStatus`` for partitioned table. 
    
    It doesn't seem to have new unit test cases because there are already unit test cases for committing output data, for example, ``TestInsertQuery``,``TestTablePartitions``,  ``TestJoinOnPartitionedTables``.

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

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

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

    https://github.com/apache/tajo/pull/952.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 #952
    
----
commit 145b8b209cee134ffdf548f2cf197cf97cf8c420
Author: JaeHwa Jung <bl...@apache.org>
Date:   2016-02-01T01:34:01Z

    TAJO-2063: Refactor FileTablespace::commitOutputData.

----


---
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-2063: Refactor FileTablespace::commitOutpu...

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

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


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