Commits


Antoine Pitrou authored and Joris Van den Bossche committed ec0c3c59555
ARROW-13090: [Python] Fix create_dir() implementation in FSSpecHandler Recent fsspec version have started raising FileExistsError if the target directory already exists. Ignore the error, as create_dir() is supposed to succeed in that case. Closes #10540 from pitrou/ARROW-13090-fsspec-create-dir Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>