You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/12/03 06:21:11 UTC

[jira] [Commented] (TAJO-2004) S3TableSpace need to extend FileTableSpace

    [ https://issues.apache.org/jira/browse/TAJO-2004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15037279#comment-15037279 ] 

ASF GitHub Bot commented on TAJO-2004:
--------------------------------------

GitHub user blrunner opened a pull request:

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

    TAJO-2004: S3TableSpace need to extend FileTableSpace.

    Currently, ```S3TableSpace``` implemented by coping ```FileTableSpace```. But ```S3TableSpace``` need to extend ```FileTableSpace``` instead of source copy because there are many codes for using ```FileTableSpace``` in the master branch. In addition, this issue will remove duplicated codes in ```S3TableSpace```.

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

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

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

    https://github.com/apache/tajo/pull/898.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 #898
    
----
commit 2103fa0557bfc9dc2a807ffd57b95dc030c3db97
Author: JaeHwa Jung <bl...@apache.org>
Date:   2015-12-03T05:18:44Z

    TAJO-2004: S3TableSpace need to extend FileTableSpace.

----


> S3TableSpace need to extend FileTableSpace
> ------------------------------------------
>
>                 Key: TAJO-2004
>                 URL: https://issues.apache.org/jira/browse/TAJO-2004
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: S3
>    Affects Versions: 0.12.0
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>            Priority: Minor
>             Fix For: 0.12.0
>
>
> Currently, S3TableSpace implemented by coping FileTableSpace. But S3TableSpace need to extend FileTableSpace instead of source copy because  there are many codes for using FileTableSpace in the master branch. In addition, this issue will remove duplicated codes in S3TableSpace.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)