amogh-jahagirdar commented on code in PR #11478: URL: https://github.com/apache/iceberg/pull/11478#discussion_r1901966486
########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestDelete.java: ########## @@ -1301,7 +1305,7 @@ public void testDeleteWithMultipleSpecs() { } else if (mode(table) == MERGE_ON_READ && formatVersion >= 3) { validateMergeOnRead(currentSnapshot, "3", "4", null); } else { - validateMergeOnRead(currentSnapshot, "3", "3", null); Review Comment: ah yes, fixed! ########## spark/v3.5/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestUpdate.java: ########## @@ -443,7 +447,7 @@ public void testUpdateWithoutCondition() { } else if (mode(table) == MERGE_ON_READ && formatVersion >= 3) { validateMergeOnRead(currentSnapshot, "2", "3", "2"); } else { Review Comment: Fixed! -- 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