yuqi1129 opened a new pull request, #10255: URL: https://github.com/apache/gravitino/pull/10255
### What changes were proposed in this pull request? This pull request refactors the JDBC driver deregistration logic across multiple catalog implementations to centralize and standardize the process. The main change is moving driver deregistration from individual catalog subclasses to the base `JdbcCatalogOperations` class, reducing code duplication and improving maintainability. Additionally, the pull request updates related tests and adapts the OceanBase catalog to use a more appropriate operations class. ### Why are the changes needed? To avoid resource leakage Fix: #10253 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? UTs -- 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]
