[
https://issues.apache.org/jira/browse/TAJO-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239022#comment-14239022
]
Hudson commented on TAJO-1236:
------------------------------
FAILURE: Integrated in Tajo-master-CODEGEN-build #130 (See
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/130/])
TAJO-1236: Remove slow 'new String' operation in parquet format. (jinho)
(jhkim: rev 661c7e216d664c71d2c889082703ecc6ae028dc3)
*
tajo-storage/src/main/java/org/apache/tajo/storage/parquet/TajoWriteSupport.java
* CHANGES
*
tajo-storage/src/main/java/org/apache/tajo/storage/parquet/TajoRecordConverter.java
> 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
>
> Attachments: TAJO-1236.patch
>
>
> 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)