You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Navis (JIRA)" <ji...@apache.org> on 2013/01/06 06:46:12 UTC

[jira] [Created] (HIVE-3864) Avoid unnecessary array copy in hbase handler

Navis created HIVE-3864:
---------------------------

             Summary: Avoid unnecessary array copy in hbase handler
                 Key: HIVE-3864
                 URL: https://issues.apache.org/jira/browse/HIVE-3864
             Project: Hive
          Issue Type: Improvement
          Components: HBase Handler
            Reporter: Navis
            Assignee: Navis
            Priority: Minor


KeyValue[] in hbase.Result is created for each row and need not to be copied. And also values are not needed to be copied.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira