You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/08/03 19:42:49 UTC

[GitHub] [arrow] kou commented on a change in pull request #7890: ARROW-9621: [Python] Skip test_move_file for in-memory fsspec filesystem

kou commented on a change in pull request #7890:
URL: https://github.com/apache/arrow/pull/7890#discussion_r464623956



##########
File path: python/pyarrow/tests/test_fs.py
##########
@@ -789,6 +789,9 @@ def test_move_directory(fs, pathfn, allow_move_dir):
 
 
 def test_move_file(fs, pathfn):
+    if fs.type_name == "py::fsspec+memory":
+        # https://github.com/intake/filesystem_spec/issues/367

Review comment:
       ```suggestion
           # https://issues.apache.org/jira/browse/ARROW-9621
           # https://github.com/intake/filesystem_spec/issues/367
   ```




----------------------------------------------------------------
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:
users@infra.apache.org