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 <[email protected]>
Date:   2015-12-03T05:18:44Z

    TAJO-2004: S3TableSpace need to extend FileTableSpace.

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to