vibhatha commented on code in PR #41731:
URL: https://github.com/apache/arrow/pull/41731#discussion_r1609830411


##########
java/vector/src/test/java/org/apache/arrow/vector/types/pojo/TestExtensionType.java:
##########
@@ -85,21 +88,21 @@ public void roundtripUuid() throws IOException {
           final ArrowFileReader reader = new ArrowFileReader(channel, 
allocator)) {
         reader.loadNextBatch();
         final VectorSchemaRoot readerRoot = reader.getVectorSchemaRoot();
-        Assert.assertEquals(root.getSchema(), readerRoot.getSchema());
+        assertEquals(root.getSchema(), readerRoot.getSchema());

Review Comment:
   Just a thought: since we are updating test cases, shall we use JUnit5? 
`juputer.api.`? 



-- 
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]

Reply via email to