@@ -211,8 +211,8 @@ Release 0.22.0 - Unreleased
211211 HADOOP-7009. MD5Hash provides a public factory method that creates an
212212 instance of thread local MessageDigest. (hairong)
213213
214- HADOOP-7008. Enable test-patch.sh to have a configured number of acceptable
215- findbugs and javadoc warnings. (nigel and gkesavan)
214+ HADOOP-7008. Enable test-patch.sh to have a configured number of
215+ acceptable findbugs and javadoc warnings. (nigel and gkesavan)
216216
217217 HADOOP-6818. Provides a JNI implementation of group resolution. (ddas)
218218
@@ -227,17 +227,22 @@ Release 0.22.0 - Unreleased
227227 HADOOP-7024. Create a test method for adding file systems during tests.
228228 (Kan Zhang via jghoman)
229229
230- HADOOP-6903. Make AbstractFSileSystem methods and some FileContext methods to be public. (Sanjay Radia via Sanjay Radia)
230+ HADOOP-6903. Make AbstractFSileSystem methods and some FileContext methods
231+ to be public. (Sanjay Radia)
231232
232- HADOOP-7034. Add TestPath tests to cover dot, dot dot, and slash normalization. (eli)
233+ HADOOP-7034. Add TestPath tests to cover dot, dot dot, and slash
234+ normalization. (eli)
233235
234236 HADOOP-7032. Assert type constraints in the FileStatus constructor. (eli)
235237
236- HADOOP-6562. FileContextSymlinkBaseTest should use FileContextTestHelper. (eli)
238+ HADOOP-6562. FileContextSymlinkBaseTest should use FileContextTestHelper.
239+ (eli)
237240
238241 HADOOP-7028. ant eclipse does not include requisite ant.jar in the
239242 classpath. (Patrick Angeles via eli)
240243
244+ HADOOP-6298. Add copyBytes to Text and BytesWritable. (omalley)
245+
241246 OPTIMIZATIONS
242247
243248 HADOOP-6884. Add LOG.isDebugEnabled() guard for each LOG.debug(..).
0 commit comments