This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new 933772f7e [#5979] fix(docs): Fix incorrect description in document 
how-to-use-gvfs.md (#6068)
933772f7e is described below

commit 933772f7ec6ea3cb9808d5d74cec34810e2173be
Author: Qi Yu <[email protected]>
AuthorDate: Fri Jan 3 14:50:50 2025 +0800

    [#5979] fix(docs): Fix incorrect description in document how-to-use-gvfs.md 
(#6068)
    
    ### What changes were proposed in this pull request?
    
    Fix a vague description about customized file system usage in file
    how-to-use-gvfs.md.
    
    ### Why are the changes needed?
    
    To make documents more accurate.
    
    Fix: #5979
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A
    
    ### How was this patch tested?
    
    N/A
---
 docs/how-to-use-gvfs.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/how-to-use-gvfs.md b/docs/how-to-use-gvfs.md
index 102ec082a..31ede3a53 100644
--- a/docs/how-to-use-gvfs.md
+++ b/docs/how-to-use-gvfs.md
@@ -518,7 +518,7 @@ fs = 
gvfs.GravitinoVirtualFileSystem(server_uri="http://localhost:8090";, metalak
 
 :::note
 
-Gravitino python client does not support customized filesets defined by users 
due to the limit of `fsspec` library. 
+Gravitino python client does not support [customized file 
systems](hadoop-catalog.md#how-to-custom-your-own-hcfs-file-system-fileset) 
defined by users due to the limit of `fsspec` library. 
 :::
 
 

Reply via email to