mchades commented on code in PR #9569:
URL: https://github.com/apache/gravitino/pull/9569#discussion_r2698520489
##########
catalogs/catalog-fileset/src/main/java/org/apache/gravitino/catalog/fileset/FilesetCatalogOperations.java:
##########
@@ -162,23 +173,22 @@ public class FilesetCatalogOperations extends
ManagedSchemaOperations
}
static class FileSystemCacheKey {
- // When the path is a path without scheme such as 'file','hdfs', etc.,
then the scheme and
- // authority are both null
+ /**
+ * When the path is a path without scheme such as 'file','hdfs', etc.,
then the scheme and
+ * authority are both null
+ *
+ * <p>NOTE: The filesystem cache key contains the schema, authority and
current user. hanged the
+ * configuration of the same fileset. will not be effected by the cached
ilesystem.
Review Comment:
Please review the words and grammar.
--
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]