Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
ARROW-12714 added the str_to_title kernel and a basic mapping, but we should add a test. Also the stringr function takes a "locale" argument which is not handled here; we should either pass it to Arrow C++ if it supports it (which I doubt) or error if a value is provided in R.
This also applies to str_to_lower and str_to_upper kernels.
Attachments
Issue Links
- is related to
-
ARROW-14126 [C++] Add locale support for relevant string compute functions
- Closed
- links to