nastra commented on code in PR #9994:
URL: https://github.com/apache/iceberg/pull/9994#discussion_r1531693411


##########
core/src/test/java/org/apache/iceberg/TestMergeAppend.java:
##########
@@ -418,15 +392,12 @@ public void testManifestMergeMinCount() throws 
IOException {
         statuses(Status.EXISTING, Status.EXISTING, Status.EXISTING));
 
     // validate that the metadata summary is correct when using appendManifest
-    Assert.assertEquals(
-        "Summary metadata should include 3 added files",
-        "3",
-        snap2.summary().get("added-data-files"));
+    assertThat(snap2.summary().get("added-data-files")).isEqualTo("3");

Review Comment:
   containsEntry. Please also update other places



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

Reply via email to