pitrou commented on a change in pull request #7907:
URL: https://github.com/apache/arrow/pull/7907#discussion_r469419589



##########
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:
       That said, we can also special-case `fsspec`'s LocalFileSystem to use 
our own LocalFileSystem instead... do we already do that?




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


Reply via email to