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/09/27 22:50:33 UTC

[jira] [Commented] (TAJO-1043) Implement nextFetch(RowBlock) of CSVScanner

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

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

GitHub user hyunsik opened a pull request:

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

    TAJO-1043: Implement nextFetch(RowBlock) of CSVScanner.

    This patch depends on TAJO-1042 and TAJO-1080. So, it includes the patch of those issues.

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

    $ git pull https://github.com/hyunsik/tajo TAJO-1043

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

    https://github.com/apache/tajo/pull/168.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 #168
    
----
commit 7ef2784b3c3e2773cb625388000f80664ad0090e
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-09-27T07:03:40Z

    TAJO-1042: Implement block iteration interfaces for executors and scanners.

commit a71a98147ced8021bc5a521666efdfeff4ae84c7
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-09-27T17:50:46Z

    TAJO-1080: Cleanup BooleanDatum and Inet4Datum.

commit c128eca315fdb084815c4a9ac4fb9c00c87f5466
Author: Hyunsik Choi <hy...@apache.org>
Date:   2014-09-27T20:48:26Z

    TAJO-1043: Implement nextFetch(RowBlock) of CSVScanner. (hyunsik)

----


> Implement nextFetch(RowBlock) of CSVScanner
> -------------------------------------------
>
>                 Key: TAJO-1043
>                 URL: https://issues.apache.org/jira/browse/TAJO-1043
>             Project: Tajo
>          Issue Type: Sub-task
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>              Labels: block_iteration
>             Fix For: block_iteration
>
>
> We should implement nextFetch(RowBlock) method of CSVScanner.



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