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: [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]