yuqi1129 commented on code in PR #5225:
URL: https://github.com/apache/gravitino/pull/5225#discussion_r1814652952
##########
clients/client-python/gravitino/filesystem/gvfs.py:
##########
@@ -756,12 +768,42 @@ def _strip_storage_protocol(storage_type: StorageType,
path: str):
:param storage_type: The storage type
:param path: The path
:return: The stripped path
+
+ We will handle OSS differently from S3 and GCS, because OSS has
different behavior than S3 and GCS.
Review Comment:
Add sentence
```text
Please take a look at the above example: if we do not remove the protocol
(starts with oss://),
it will always return an empty array when we call `oss.ls`, however, if we
remove the protocol,
it will return the correct result as expected.
```
--
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]