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


##########
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:
   can you just add a new test please to show where exactly stuff fails with V3?



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