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



##########
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:
       @jorisvandenbossche This seems to work for now. I'm not sure if `fsspec` 
normalizes paths internally (especially on Windows).




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