adnanhemani commented on code in PR #1179:
URL: https://github.com/apache/polaris/pull/1179#discussion_r2085667917


##########
service/common/src/main/java/org/apache/polaris/service/task/FileCleanupTaskHandler.java:
##########
@@ -103,4 +120,53 @@ public CompletableFuture<Void> tryDelete(
             CompletableFuture.delayedExecutor(
                 FILE_DELETION_RETRY_MILLIS, TimeUnit.MILLISECONDS, 
executorService));
   }
+
+  /**
+   * Attempts to delete multiple files in a batch operation with retry logic. 
If an error occurs, it

Review Comment:
   @eric-maynard - I was looking at the currently existent `tryDelete` function 
regarding this comment. Is this comment something that also applies to that 
function?



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

Reply via email to