alessandro-nori commented on code in PR #14886:
URL: https://github.com/apache/iceberg/pull/14886#discussion_r2727413972
##########
spark/v4.1/spark/src/test/java/org/apache/iceberg/spark/actions/TestRemoveOrphanFilesAction.java:
##########
@@ -184,6 +184,9 @@ public void testDryRun() throws IOException {
assertThat(result1.orphanFileLocations())
.as("Default olderThan interval should be safe")
.isEmpty();
+ assertThat(result1.orphanFilesCount())
+ .as("Default olderThan interval should be safe")
Review Comment:
I updated the description to `Should not find any orphan file using default
olderThan interval`
--
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]