-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/182/
-----------------------------------------------------------
Review request for hadoop-common.
Summary
-------
Users would like a method that returned byte arrays of precisely the right length, even if it requires a data copy.
This addresses bug https://issues.apache.org/jira/browse/HADOOP-6298.
https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/HADOOP-6298
Diffs
-----
http://svn.apache.org/repos/asf/hadoop/common/trunk/src/java/org/apache/hadoop/io/BytesWritable.java 1049968
http://svn.apache.org/repos/asf/hadoop/common/trunk/src/java/org/apache/hadoop/io/Text.java 1049968
http://svn.apache.org/repos/asf/hadoop/common/trunk/src/test/core/org/apache/hadoop/io/TestBytesWritable.java 1049968
http://svn.apache.org/repos/asf/hadoop/common/trunk/src/test/core/org/apache/hadoop/io/TestText.java 1049968
Diff: https://reviews.apache.org/r/182/diff
Testing
-------
Added unit tests and passed Hudson
Thanks,
Owen