mchades commented on code in PR #9570:
URL: https://github.com/apache/gravitino/pull/9570#discussion_r2783331711


##########
docs/how-to-use-gvfs.md:
##########
@@ -430,13 +430,49 @@ to recompile the native libraries like `libhdfs` and 
others, and completely repl
 | `enable_credential_vending`     | Whether to enable credential vending for 
the Gravitino Virtual File System.                                              
                                                                                
                                                                                
                    | `false`                                                   
           | No                                | 0.9.0-incubating |
 | `gvfs_gravitino_client_`        | The configuration key prefix for the 
Gravitino client. You can set the config for the Gravitino client.              
                                                                                
                                                                                
                        | (none)                                                
               | No                                | 1.0.0            |
 | `enable_fileset_metadata_cache` | Whether to cache the fileset or fileset 
catalog metadata in the Gravitino Virtual File System. Note that this cache 
causes a side effect: if you modify the fileset or fileset catalog metadata, 
the client can not see the latest changes.                                      
                            | `false`                                           
                   | No                                | 1.0.0            |
-| `auto_create_location`          | The configuration key for whether to 
enable auto-creation of fileset location when the server-side filesystem ops 
are disabled and the location does not exist.                                   
                                                                                
                           | `true`                                             
                  | No                                | 1.1.0           |
+| `auto_create_location`          | The configuration key for whether to 
enable auto-creation of fileset location when the server-side filesystem ops 
are disabled and the location does not exist.                                   
                                                                                
                           | `true`                                             
                  | No                                | 1.1.0            |
+| `fs_path_config_<name>`         | Defines a logical location entry. Set 
`fs_path_config_<name>` to the real base URI (for example, `hdfs://cluster1/`). 
Any key that starts with the same prefix (such as 
`fs_path_config_<name>_config.resource`) is treated as a location-scoped 
property and will be forwarded to the underlying filesystem client. Note: 
location names must not contain (`.`, `_`). | (none)                            
                                   | No                                | 1.1.0  
          |

Review Comment:
   the since version is wrong



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