JingsongLi commented on code in PR #5958: URL: https://github.com/apache/paimon/pull/5958#discussion_r2230093885
########## paimon-vfs/paimon-vfs-common/src/main/java/org/apache/paimon/vfs/VFSOperations.java: ########## @@ -55,8 +65,40 @@ public class VFSOperations { private final RESTApi api; private final CatalogContext context; + private Cache<Identifier, VFSTableInfo> tableCache; + private final boolean cacheEnabled; Review Comment: Just use tableCache is null or not null? -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org