jerryshao commented on code in PR #8254:
URL: https://github.com/apache/gravitino/pull/8254#discussion_r2303281252


##########
clients/client-python/gravitino/filesystem/gvfs_config.py:
##########
@@ -76,3 +76,6 @@ class GVFSConfig:
 
     # The configuration key prefix for the client.
     GVFS_FILESYSTEM_CLIENT_CONFIG_PREFIX = "gvfs_gravitino_client_"
+
+    # The configuration key for whether to enable fileset catalog cache. The 
default is false.
+    GVFS_FILESYSTEM_ENABLE_FILESET_CATALOG_CACHE = 
"enable_fileset_catalog_cache"

Review Comment:
   This is not only for catalog cache, the configuration name is misleading, 
can you figure out a better name.



-- 
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]

Reply via email to