xunliu commented on code in PR #7105: URL: https://github.com/apache/gravitino/pull/7105#discussion_r2083124853
########## catalogs/catalog-hadoop/src/main/java/org/apache/gravitino/catalog/hadoop/HadoopCatalogOperations.java: ########## @@ -110,9 +113,12 @@ public class HadoopCatalogOperations extends ManagedSchemaOperations private Map<String, FileSystemProvider> fileSystemProvidersMap; private FileSystemProvider defaultFileSystemProvider; + private MetaCache fileCache; Review Comment: I think maybe we can keep `metaCache` name -- 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]
