You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/06/16 10:00:00 UTC

[jira] [Created] (ARROW-13090) [Python] Test failure with ffspec 2021.6.0

Antoine Pitrou created ARROW-13090:
--------------------------------------

             Summary: [Python] Test failure with ffspec 2021.6.0
                 Key: ARROW-13090
                 URL: https://issues.apache.org/jira/browse/ARROW-13090
             Project: Apache Arrow
          Issue Type: Bug
          Components: Continuous Integration, Python
            Reporter: Antoine Pitrou
             Fix For: 5.0.0


{code}
pyarrow/tests/test_fs.py ........sx.x..s....sx.x..s.....s.....s....s.....s....s....Fs....s.....s....s.....s....s.....s....s.....s.....s.....s....s.....s....s..... [ 40%]
s....s.....s................ssss....................ssss....s.....s................ssss....................ssss................ssss....................ssss....s.. [ 88%]
...s......s.............................                                                                                                                           [100%]

================================================================================ FAILURES ================================================================================
______________________________________________ test_get_file_info[PyFileSystem(FSSpecHandler(fsspec.filesystem("memory")))] ______________________________________________
Traceback (most recent call last):
  File "/home/antoine/arrow/dev/python/pyarrow/tests/test_fs.py", line 616, in test_get_file_info
    fs.create_dir(aaa)
  File "pyarrow/_fs.pyx", line 460, in pyarrow._fs.FileSystem.create_dir
    check_status(self.fs.CreateDir(directory, recursive=recursive))
  File "pyarrow/_fs.pyx", line 1054, in pyarrow._fs._cb_create_dir
    handler.create_dir(frombytes(path), recursive)
  File "/home/antoine/arrow/dev/python/pyarrow/fs.py", line 266, in create_dir
    self.fs.mkdir(path, create_parents=recursive)
  File "/home/antoine/miniconda3/envs/pyarrow/lib/python3.7/site-packages/fsspec/implementations/memory.py", line 99, in mkdir
    raise FileExistsError
FileExistsError
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)