[
https://issues.apache.org/jira/browse/TAJO-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14152564#comment-14152564
]
ASF GitHub Bot commented on TAJO-1044:
--------------------------------------
GitHub user hyunsik opened a pull request:
https://github.com/apache/tajo/pull/172
TAJO-1044: Implement nextFetch(RowBlock) of Parquer scanner.
This patch depends TAJO-1042, TAJO-1043, TAJO-1080, TAJO-1083, and
TAJO-1084. So, it includes all changes of them.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hyunsik/tajo TAJO-1044
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/172.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 #172
----
commit 7ef2784b3c3e2773cb625388000f80664ad0090e
Author: Hyunsik Choi <[email protected]>
Date: 2014-09-27T07:03:40Z
TAJO-1042: Implement block iteration interfaces for executors and scanners.
commit a71a98147ced8021bc5a521666efdfeff4ae84c7
Author: Hyunsik Choi <[email protected]>
Date: 2014-09-27T17:50:46Z
TAJO-1080: Cleanup BooleanDatum and Inet4Datum.
commit c128eca315fdb084815c4a9ac4fb9c00c87f5466
Author: Hyunsik Choi <[email protected]>
Date: 2014-09-27T20:48:26Z
TAJO-1043: Implement nextFetch(RowBlock) of CSVScanner. (hyunsik)
commit 292f6743845139dfc4ae5d7d672386b25202beed
Author: Hyunsik Choi <[email protected]>
Date: 2014-09-28T17:42:20Z
TAJO-1083: StoreTableExec should be block iterative.
commit 0f17fef890ba6e804505766db2fc7b6a25ba8e85
Author: Hyunsik Choi <[email protected]>
Date: 2014-09-29T00:26:33Z
TAJO-1084: Generated codes should access directly UnSafeTuple and RowWriter.
commit 32b5e23b3c1f9d53e7699e79cb1d2368ee7a50d9
Author: Hyunsik Choi <[email protected]>
Date: 2014-09-30T00:05:10Z
TAJO-1044: Implement nextFetch(RowBlock) of Parquer scanner.
----
> Implement nextFetch(RowBlock) of Parquer scanner
> ------------------------------------------------
>
> Key: TAJO-1044
> URL: https://issues.apache.org/jira/browse/TAJO-1044
> Project: Tajo
> Issue Type: Sub-task
> Components: storage
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Labels: block_iteration
> Fix For: block_iteration
>
>
> We should implement nextFetch(RowBlock) method of Parquet scanner.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)