Commits


Joris Van den Bossche authored and Krisztián Szűcs committed 2a0bcc75720
ARROW-10370: [Python] Clean-up filesystem handling in write_dataset * This fixed the commented-out test mentioned in ARROW-10370 * Use the general filesystem-resolve utility code in `write_dataset` (+add check for pathlib paths not being allowed for filesystems other than local filesystem, this is checked in the legacy filesystems) * Add S3 tests for `write_dataset` to cover the new functionality by properly resolving the path/URI now Closes #9284 from jorisvandenbossche/ARROW-10370 Authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>