Commits


Antoine Pitrou authored and Benjamin Kietzman committed 7a7c8ccb85b
ARROW-7648: [C++] Sanitize local paths on Windows FileSystemFromUri() now tries to convert backslashes to slashes if the original URI fails to parse. Closes #6257 from pitrou/ARROW-7648-windows-local-uris and squashes the following commits: 890bf09f6 <Antoine Pitrou> ARROW-7648: Sanitize local paths on Windows Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>