You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsuyoshi Ozawa (JIRA)" <ji...@apache.org> on 2015/11/18 17:02:10 UTC

[jira] [Created] (HADOOP-12582) Using BytesWritable's getLength() and getBytes() instead of get() and getSize()

Tsuyoshi Ozawa created HADOOP-12582:
---------------------------------------

             Summary: Using BytesWritable's getLength() and getBytes() instead of get() and getSize()
                 Key: HADOOP-12582
                 URL: https://issues.apache.org/jira/browse/HADOOP-12582
             Project: Hadoop Common
          Issue Type: Improvement
            Reporter: Tsuyoshi Ozawa


BytesWritable's deprecated methods,  get() and getSize(), are still used in some tests: TestTFileSeek, TestTFileSeqFileComparison, TestSequenceFile, and so on. We can also remove them if targeting this to 3.0.0

https://builds.apache.org/job/PreCommit-HADOOP-Build/8084/artifact/patchprocess/diff-compile-javac-root-jdk1.7.0_85.txt



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