-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement
Description
Making the transform FS -> URI bijective would greatly simplify unambiguous location of files and serialization of filesystems. Something like:
Result<std::string> FileSystem::MakeUri(std::string path = "/");Difficulties:
- SubTreeFileSystem::MakeUri("/") would probably return a URI referring to its base directory in the wrapped filesystem, which wouldn't roundtrip to a SubTreeFileSystem with FileSystemFromUri
- Not all of s3's parameters are supported in a URI
Reporter: Ben Kietzman / @bkietz
Note: This issue was originally created as ARROW-10222. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Component: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwiseIssues and PRs flagged as stale which are due to be closed if no indication otherwiseType: enhancement