nandakumar131 opened a new pull request, #5768: URL: https://github.com/apache/ozone/pull/5768
## What changes were proposed in this pull request? `TypedTable#iterator` will throw `NullPointerException` in any error scenario, which will hide the actual exception and make it hard to debug. This PR changes the behavior of `TypedTable#iterator` to throw the real exception. ## What is the link to the Apache JIRA HDDS-9900 ## How was this patch tested? An additional unit test is added to cover the new behavior. -- 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]
