justinmclean opened a new issue, #7704: URL: https://github.com/apache/gravitino/issues/7704
### What would you like to be improved? In api/src/main/java/org/apache/gravitino/rel/types/Decimal.java the stream in Version() is not closed. ### How should we improve? Close the stream or use a try with resources. Might be a good idea to also add a check for a missing resource in Version.java to avoid a possible null pointer exception -- 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]
