[
https://issues.apache.org/jira/browse/TAJO-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14238920#comment-14238920
]
ASF GitHub Bot commented on TAJO-1236:
--------------------------------------
GitHub user jinossy opened a pull request:
https://github.com/apache/tajo/pull/292
TAJO-1236: Remove slow 'new String' operation in parquet format
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jinossy/tajo TAJO-1236
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/292.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 #292
----
commit 8d6218ca98f6d80e5f63a5aa9839f0397d8a50ac
Author: jhkim <[email protected]>
Date: 2014-12-09T03:21:34Z
TAJO-1236: Remove slow 'new String' operation in parquet format
----
> Remove slow 'new String' operation in parquet format
> ----------------------------------------------------
>
> Key: TAJO-1236
> URL: https://issues.apache.org/jira/browse/TAJO-1236
> Project: Tajo
> Issue Type: Improvement
> Components: storage
> Affects Versions: 0.9.1
> Reporter: Jinho Kim
> Assignee: Jinho Kim
> Fix For: 0.9.1
>
>
> Currently, the parquet tuple converter creates ‘new String’ but TextDataum
> need the byte array. It is unnecessary operation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)