You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/03 08:31:39 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #809: ORC-903: Migrate TestVectorOrcFile to JUnit5

dongjoon-hyun commented on a change in pull request #809:
URL: https://github.com/apache/orc/pull/809#discussion_r681550566



##########
File path: java/core/src/test/org/apache/orc/TestVectorOrcFile.java
##########
@@ -88,32 +89,21 @@
 import java.util.Map;
 import java.util.Random;
 import java.util.TimeZone;
+import java.util.UUID;
 import java.util.function.IntFunction;
-
-import static junit.framework.TestCase.assertNotNull;
-import static org.junit.Assert.*;
+import java.util.stream.Stream;

Review comment:
       For `import` statement ordering, we need to introduce a rule to clean up this. I'll do that later.




-- 
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: dev-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org