pvary commented on code in PR #12049: URL: https://github.com/apache/iceberg/pull/12049#discussion_r1932254736
########## data/src/test/java/org/apache/iceberg/data/DataTest.java: ########## @@ -40,6 +41,7 @@ import org.apache.iceberg.types.Types.StructType; import org.apache.iceberg.util.DateTimeUtil; import org.assertj.core.api.Assumptions; +import org.junit.Assert; Review Comment: Please use Junit5 in tests. We are still migrating, but junit5 is the goal Please avoid using junit 4 in tests. -- 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