smaheshwar-pltr commented on code in PR #15092:
URL: https://github.com/apache/iceberg/pull/15092#discussion_r2708611226


##########
core/src/test/java/org/apache/iceberg/catalog/CatalogTests.java:
##########
@@ -2691,6 +2696,8 @@ public void testConcurrentReplaceTransactions() {
     secondReplace.commitTransaction();
 
     Table afterSecondReplace = catalog.loadTable(TABLE);
+    // All three successfully committed snapshots should be present
+    assertThat(afterSecondReplace.snapshots()).hasSize(3);

Review Comment:
   https://github.com/apache/iceberg/pull/15090 shows the failure of this added 
line, prior to this PR



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