o.a.h.io.Text - setCapacity does not shrink size -------------------------------------------------
Key: HADOOP-6476 URL: https://issues.apache.org/jira/browse/HADOOP-6476 Project: Hadoop Common Issue Type: Bug Reporter: Kay Kay The internal byte array of o.a.h.io.Text does not shrink , if we set a capacity that is less than the size of the internal byte array. * If input length for setCapacity < length of byte array - then the byte array is reset. * Existing data is retained depending on if keepData variable is set. * 4 new test cases added for various capacity sizes -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.