nastra commented on code in PR #9793: URL: https://github.com/apache/iceberg/pull/9793#discussion_r1549452602
########## data/src/test/java/org/apache/iceberg/data/TestGenericRecord.java: ########## @@ -19,12 +19,12 @@ package org.apache.iceberg.data; import static org.apache.iceberg.types.Types.NestedField.optional; +import static org.junit.jupiter.api.Assertions.*; Review Comment: we don't use * imports and also this should be using AssertJ assertions -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org