steveloughran commented on code in PR #4809:
URL: https://github.com/apache/hadoop/pull/4809#discussion_r1175269165
##########
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/io/TestArrayWritable.java:
##########
@@ -101,5 +108,29 @@ public void testArrayWritableStringConstructor() {
assertArrayEquals("testArrayWritableStringConstructor toString error!!!",
original, arrayWritable.toStrings());
}
+
+ @Test
+ public void testArrayWritableStrings() throws Exception {
+ String[] original = {"The 1896 Cedar Keys hurricane was a powerful
tropical cyclone " +
Review Comment:
don't think we should be using wikipedia text even if it's interesting. just
use something from our own docs
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]