DogukanKundum commented on a change in pull request #5: clean code and safely
inspect fix.
URL: https://github.com/apache/fluo-examples/pull/5#discussion_r261814574
##########
File path: stresso/src/test/java/stresso/TrieMapRedIT.java
##########
@@ -35,102 +28,107 @@
import stresso.trie.Print;
import stresso.trie.Unique;
+import java.io.File;
+import java.util.ArrayList;
+import java.util.Arrays;
+
/**
* Tests Trie Stress Test using MapReduce Ingest
*/
+@SuppressWarnings("ALL")
Review comment:
my formatter different yours. this line code false. i’ll delete. sorry.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services