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 2014/10/23 09:44:35 UTC

[jira] [Commented] (TAJO-1123) Use Fragment instead of FileFragment.

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

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

GitHub user babokim opened a pull request:

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

    TAJO-1123: Use Fragment instead of FileFragment.

    In this patch some TestJoinQuery test cases are commented cause TAJO-1126. That test cases should be after resolving the issue TAJO-1126.

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

    $ git pull https://github.com/babokim/tajo TAJO-1123

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

    https://github.com/apache/tajo/pull/207.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 #207
    
----
commit b6e372108d293d8af76185c475b592b10dac012e
Author: HyoungJun Kim <ba...@babokim-macbook-pro.local>
Date:   2014-10-23T07:31:57Z

    TAJO-1123: Use Fragment instead of FileFragment.

----


> Use Fragment instead of FileFragment.
> -------------------------------------
>
>                 Key: TAJO-1123
>                 URL: https://issues.apache.org/jira/browse/TAJO-1123
>             Project: Tajo
>          Issue Type: Sub-task
>            Reporter: Hyoungjun Kim
>            Assignee: Hyoungjun Kim
>            Priority: Minor
>
> Currently most operator and planner uses FileFragment object for splitting data. FileFragment only has a information about a scanning target file. In order to support various storage this should be changed to the abstract object 'Fragment'.  



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