You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/05/31 05:05:01 UTC

[jira] [Created] (HIVE-7157) skipRows() method in TreeReader subclasses in RecordReaderImpl should check return value from stream.skip()

Ted Yu created HIVE-7157:
----------------------------

             Summary: skipRows() method in TreeReader subclasses in RecordReaderImpl should check return value from stream.skip()
                 Key: HIVE-7157
                 URL: https://issues.apache.org/jira/browse/HIVE-7157
             Project: Hive
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Minor


This is an example from DoubleTreeReader#skipRows():
{code}
      stream.skip(items * 8);
{code}
skip() method returns actual number of bytes returned. The return value should be checked against input parameter.

skipRows() method of BinaryTreeReader and StringDirectTreeReader classes has the same issue.



--
This message was sent by Atlassian JIRA
(v6.2#6252)