Yin Huai created HIVE-3876:
------------------------------

             Summary: call resetValid instead of ensureCapacity in the 
constructor of BytesRefArrayWritable
                 Key: HIVE-3876
                 URL: https://issues.apache.org/jira/browse/HIVE-3876
             Project: Hive
          Issue Type: Improvement
          Components: Serializers/Deserializers
    Affects Versions: 0.10.0
            Reporter: Yin Huai
            Priority: Minor


In the constructor of BytesRefArrayWritable, ensureCapacity(capacity) is 
called, but "valid" has not been adjusted accordingly. After a new 
BytesRefArrayWritable has been created with a initial capacity of "x", if 
resetValid() has not been called explicitly, the size returned is still 0.

--
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

Reply via email to