vigneshio opened a new pull request, #4962: URL: https://github.com/apache/polaris/pull/4962
Follow-up to #4914. Changes `TaskHandler.handleTask` return type from `boolean` to `void`: - Normal return means success and the task entity is dropped. - Throwing means failure and triggers the existing retry path. Updates all handlers and `TaskExecutorImpl` accordingly, and Added tests too. Addresses review feedback from @adutra and @dimas-b on #4914. -- 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]
