nastra commented on code in PR #14886:
URL: https://github.com/apache/iceberg/pull/14886#discussion_r2726658282


##########
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'm not sure I understand what the comment is trying to say here in the 
context of orphan files count



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

Reply via email to