jerryshao commented on code in PR #7009: URL: https://github.com/apache/gravitino/pull/7009#discussion_r2053294502
########## docs/how-to-use-gvfs.md: ########## @@ -376,6 +392,13 @@ Gravitino python client does not support [customized file systems](hadoop-catalo ### Usage examples +:::note +For fileset with multiple locations, you can specify which location to access using one of these methods (in priority order): +1. Set the `current_location_name` configuration property +2. Export the environment variable `CURRENT_LOCATION_NAME` +3. If neither is specified, the system will use the value of `default-location-name` from the fileset properties + ::: Review Comment: ":::" should not be indent. -- 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]
