-
Notifications
You must be signed in to change notification settings - Fork 406
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Possible resource leak in BaseCatalog.java #6513
Comments
@justinmclean can u provide path to the file i will fix it! |
core/src/main/java/org/apache/gravitino/connector/BaseCatalog.java |
@Brijeshthummar02 I saw you closed your PR. Do you still want to work on this issue? |
@justinmclean yes i am trying to make new clone and fix it, when i deleted the fork it by default closed PR. I am working on it. |
Excellent, if you run into any issues I'll try to help. |
@justinmclean there are multiple BaseCatalog.java provide the file to path |
The one you want is core/src/main/java/org/apache/gravitino/connector/BaseCatalog.java |
What would you like to be improved?
This code:
BaseAuthorization<?> authorization =
BaseAuthorization.createAuthorization(classLoader, authorizationProvider);
This probably needs to be closed if an exception occurs?
How should we improve?
No response
The text was updated successfully, but these errors were encountered: