mailtoboggavarapu-coder commented on PR #19742:
URL: https://github.com/apache/hudi/pull/19742#issuecomment-5419800143

   **CI fix pushed** — commit 
[`0f86cfd`](https://github.com/mailtoboggavarapu-coder/hudi/commit/0f86cfd).
   
   The first commit introduced a compilation error: `AmazonDynamoDBLockClient` 
implements `Closeable`, so `close()` declares `throws IOException`. In the 
original code this was caught by the outer `catch (Exception e)` block, but 
after moving it to `finally` the checked exception became unhandled.
   
   Fixed by wrapping `this.client.close()` inside its own `try-catch 
(Exception)` within the `finally` block, ensuring the `IOException` is handled 
while the resource-cleanup guarantee is preserved. CI re-triggered with the 
updated fix.


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