-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed as not planned
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
To support ARROW-13813 we need a kernel that implements URL percent encoding (https://datatracker.ietf.org/doc/html/rfc3986#section-2.1). There is probably some nuance here. For example, some encoders differentiate between encoding URL segments (which should encode '/') and full URLs (which should not encode '/') or whether or not UTF characters need to be encoded.
However, a fairly narrow interpretation (always encode '/') would probably be sufficient for ARROW-13813.
Reporter: Weston Pace / @westonpace
Related issues:
- [C++][Dataset] Support URL encoding of partition field values for the file path (is depended upon by)
Note: This issue was originally created as ARROW-13822. Please see the migration documentation for further details.
Reactions are currently unavailable
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