Abyss-lord commented on code in PR #7105: URL: https://github.com/apache/gravitino/pull/7105#discussion_r2083694299
########## 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: @xunliu just follow #6988 name style, should we rename to `metaCache`? -- 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]
