vigneshio commented on code in PR #4962:
URL: https://github.com/apache/polaris/pull/4962#discussion_r3523831070
##########
runtime/service/src/main/java/org/apache/polaris/service/task/FileCleanupTaskHandler.java:
##########
@@ -37,6 +36,9 @@
*
* <p>Subclasses must implement {@link #canHandleTask(TaskEntity)} and {@link
* #handleTask(TaskEntity, CallContext)} to define task-specific handling
logic.
+ *
+ * <p>handleTask should return normally on success (task will be dropped) and
throw on failure (to
Review Comment:
Done - moved... @adutra
--
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]