xloya commented on code in PR #5225: URL: https://github.com/apache/gravitino/pull/5225#discussion_r1814641523
########## 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: You'd better explain the difference behavior clearly, otherwise someone may not be able to spot the difference at first glance when looking at the examples. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org