mchades commented on code in PR #9569:
URL: https://github.com/apache/gravitino/pull/9569#discussion_r2703133908
##########
catalogs/catalog-fileset/src/main/java/org/apache/gravitino/catalog/fileset/FilesetCatalogOperations.java:
##########
@@ -177,8 +177,8 @@ static class FileSystemCacheKey {
* 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.
+ * <p>NOTE: The filesystem cache key includes the schema, authority, and
current user. Changes
+ * to the configuration of the same fileset will not be affected by the
cached filesystem.
Review Comment:
Did you mean `The cached filesystem will not be affected by changes to the
configuration`? The current phrasing suggests the reverse.
--
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]