[
https://issues.apache.org/jira/browse/ARROW-13090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joris Van den Bossche resolved ARROW-13090.
-------------------------------------------
Resolution: Fixed
Issue resolved by pull request 10540
[https://github.com/apache/arrow/pull/10540]
> [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
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 5.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> These failures have started showing up in AppVeyor and can be reproduced
> locally:
> {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)