Commits


Antoine Pitrou authored and Krisztián Szűcs committed c6f194afcf5
ARROW-8406: [C++][Python] Fix file URI handling * Special-case `file` URI parsing to disallow relative paths * Special-case Windows `file` URIs with a drive letter * Revamp `ParseFileSystemUri` * Fix some C++ and Python tests Closes #6911 from pitrou/ARROW-8406-fix-test-fs-subtree Lead-authored-by: Antoine Pitrou <antoine@python.org> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>