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 12:53:22 UTC

[GitHub] [arrow] jorisvandenbossche opened a new pull request #7890: ARROW-9621: [Python] Skip test_move_file for in-memory fsspec filesystem

jorisvandenbossche opened a new pull request #7890:
URL: https://github.com/apache/arrow/pull/7890


   Awaiting a proper fix (ARROW-9621, https://github.com/intake/filesystem_spec/issues/367), let's disable the test so it doesn't cause noise in our CI.


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



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

Posted by GitBox <gi...@apache.org>.
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



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

Posted by GitBox <gi...@apache.org>.
kou closed pull request #7890:
URL: https://github.com/apache/arrow/pull/7890


   


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



[GitHub] [arrow] github-actions[bot] commented on pull request #7890: ARROW-9621: [Python] Skip test_move_file for in-memory fsspec filesystem

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #7890:
URL: https://github.com/apache/arrow/pull/7890#issuecomment-668010880


   https://issues.apache.org/jira/browse/ARROW-9621


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



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

Posted by GitBox <gi...@apache.org>.
jorisvandenbossche commented on pull request #7890:
URL: https://github.com/apache/arrow/pull/7890#issuecomment-668209649


   > I'll merge this without closing the associated JIRA issue.
   We can reuse ARROW-9621 later.
   
   Perfect, thanks!


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