Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.15.1
Description
https://github.com/apache/arrow/pull/6257#pullrequestreview-347506792
The argument to FileSystemFromUri should always be rfc3986 formatted. The current fallback to localfs can be recovered by adding static string Uri::FromPath(string) which wraps uriWindowsFilenameToUriStringA and the corresponding unix path function.
FileSystemFromUri(Uri::FromPath(R"(E:\dir\file.txt)"), &sanitized)
This is a little more boilerplate but I think it's worthwhile to be explicit here.
Attachments
Issue Links
- links to