pitrou commented on a change in pull request #7907:
URL: https://github.com/apache/arrow/pull/7907#discussion_r469351892
##########
File path: python/pyarrow/fs.py
##########
@@ -117,6 +116,9 @@ def get_type_name(self):
protocol = protocol[0]
return "fsspec+{0}".format(protocol)
+ def normalize_path(self, path):
+ return path
Review comment:
When calling `GetFileInfo(selector)`, we need the return values to be a
lexical child of the selector base_dir.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]