JingsongLi commented on code in PR #4944:
URL: https://github.com/apache/paimon/pull/4944#discussion_r1921899646
##########
paimon-core/src/main/java/org/apache/paimon/rest/RESTCatalog.java:
##########
@@ -109,7 +112,9 @@ public class RESTCatalog implements Catalog {
private final ResourcePaths resourcePaths;
private final AuthSession catalogAuth;
private final Options options;
+ private final boolean fileIORefreshCredentialEnable;
private final FileIO fileIO;
+ protected Cache<Path, FileIO> path2FileIO;
Review Comment:
We don't need to add fileio cache now, let's do it later.
--
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]