Commits


Antoine Pitrou authored and Benjamin Kietzman committed 49d731d4170
ARROW-7664: [C++] Rework FileSystemFromUri FileSystemFromUri now recognizes only URIs. An additional function FileSystemFromUriOrPath also recognized absolute local paths (but not relative paths). Closes #6446 from pitrou/ARROW-7664-fsuri-path and squashes the following commits: fb995ee6a <Antoine Pitrou> Only allow absolute paths 3392c7ba0 <Antoine Pitrou> ARROW-7664: Rework FileSystemFromUri Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>