skytin1004 commented on code in PR #7609:
URL: https://github.com/apache/iceberg/pull/7609#discussion_r1193484413


##########
core/src/test/java/org/apache/iceberg/avro/AvroTestHelpers.java:
##########
@@ -82,7 +82,7 @@ static void assertEquals(Types.StructType struct, Record 
expected, Record actual
   static void assertEquals(Types.ListType list, List<?> expected, List<?> 
actual) {
     Type elementType = list.elementType();
 
-    Assert.assertEquals("List size should match", expected.size(), 
actual.size());
+    org.junit.jupiter.api.Assertions.assertEquals(expected.size(), 
actual.size(),"List size should match");

Review Comment:
   Thank you. I will revise it again based on your review.
   



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

Reply via email to