You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2015/11/24 01:13:11 UTC

[jira] [Created] (HIVE-12501) LLAP: don't use read(ByteBuffer) in IO

Sergey Shelukhin created HIVE-12501:
---------------------------------------

             Summary: LLAP: don't use read(ByteBuffer) in IO
                 Key: HIVE-12501
                 URL: https://issues.apache.org/jira/browse/HIVE-12501
             Project: Hive
          Issue Type: Bug
            Reporter: Sergey Shelukhin
            Assignee: Sergey Shelukhin


read(ByteBuffer) API just copies the data anyway, and there's no readFully. We need to use readFully and copy ourselves.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)