You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2014/12/09 04:17:13 UTC

[jira] [Created] (TAJO-1236) Remove slow 'new String' operation in parquet format

Jinho Kim created TAJO-1236:
-------------------------------

             Summary: 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)