FANNG1 commented on code in PR #5682: URL: https://github.com/apache/gravitino/pull/5682#discussion_r1896718306
########## core/src/main/java/org/apache/gravitino/connector/BaseCatalog.java: ########## @@ -78,6 +97,8 @@ public abstract class BaseCatalog<T extends BaseCatalog> private volatile Map<String, String> properties; + private volatile CatalogCredentialManager catalogCredentialManager; Review Comment: How about `CatalogCredentialProvider` or `CatalogCredentialDispatcher`? -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org