TQJADE commented on code in PR #11827:
URL: https://github.com/apache/iceberg/pull/11827#discussion_r1893253207
##########
spark/v3.5/spark/src/test/java/org/apache/iceberg/spark/actions/TestRewritePositionDeleteFilesAction.java:
##########
@@ -1054,48 +1054,48 @@ private void checkResult(
List<DeleteFile> newDeletes,
int expectedGroups) {
assertThat(rewrittenDeletes.size())
- .as("Expected rewritten delete file count does not match")
+ .as("Rewritten delete file count does not match")
Review Comment:
Removed, then the failure logs will be like
```
java.lang.AssertionError: [XXX..: number of results should match]
Actual and expected should have same size but actual
size is:
```
--
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]