RussellSpitzer commented on code in PR #11478: URL: https://github.com/apache/iceberg/pull/11478#discussion_r1901000821
########## 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: nit, previous branch is no longer needed ```java } else if (mode(table) == MERGE_ON_READ && formatVersion >= 3) { validateMergeOnRead(currentSnapshot, "3", "4", null); ``` Is now redundant -- 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