Weston Pace created ARROW-13822:
-----------------------------------
Summary: [C++] Add URL Encoding kernel
Key: ARROW-13822
URL: https://issues.apache.org/jira/browse/ARROW-13822
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Weston Pace
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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)