justinmclean opened a new issue, #8482: URL: https://github.com/apache/gravitino/issues/8482
### What would you like to be improved? Incatalogs/catalog-jdbc-postgresql/src/main/java/org/apache/gravitino/catalog/postgresql/operation/PostgreSqlSchemaOperations.java listDatabases has a potential resource leak in listDatabases. ### How should we improve? Wrap both listDatabases and schemaExists calls in try-with-resources -- 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]
