nastra commented on code in PR #9860: URL: https://github.com/apache/iceberg/pull/9860#discussion_r1510704394
########## core/src/test/java/org/apache/iceberg/TestMergeAppend.java: ########## @@ -92,6 +93,77 @@ public void testEmptyTableAppend() { statuses(Status.ADDED, Status.ADDED)); } + @Test + public void testEmptyTableAppendFilesWithDifferentSpecs() { + Assert.assertEquals("Table should start empty", 0, listManifestFiles().size()); Review Comment: the community is in the process of migrating away from Junit4-style tests/assertions, so please use AssertJ-style assertions for new tests, as otherwise this adds additional overhead for the migration process. See also https://iceberg.apache.org/contribute/#assertj -- 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