You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eduardo Ponce (Jira)" <ji...@apache.org> on 2021/09/28 19:23:00 UTC

[jira] [Updated] (ARROW-14126) [C++] Add locale support for relevant string compute functions

     [ https://issues.apache.org/jira/browse/ARROW-14126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eduardo Ponce updated ARROW-14126:
----------------------------------
    Description: 
String compute functions do not make use of locale settings for case changing transformations, string comparisons, and number to string casting. Arrow does provides UTF-8 string kernels to handle localization standardization. It would be good to add locale support for string kernels that are affected by it.

The following are string functions that take a `locale` option as its second argument:
* str_to_lower
* str_to_upper
* str_to_title

  was:String compute functions do not make use of locale settings for case changing transformations, string comparisons, and number to string casting. Arrow does provides UTF-8 string kernels to handle localization standardization. It would be good to add locale support for string kernels that are affected by it.


> [C++] Add locale support for relevant string compute functions
> --------------------------------------------------------------
>
>                 Key: ARROW-14126
>                 URL: https://issues.apache.org/jira/browse/ARROW-14126
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Eduardo Ponce
>            Priority: Major
>              Labels: kernel
>             Fix For: 7.0.0
>
>
> String compute functions do not make use of locale settings for case changing transformations, string comparisons, and number to string casting. Arrow does provides UTF-8 string kernels to handle localization standardization. It would be good to add locale support for string kernels that are affected by it.
> The following are string functions that take a `locale` option as its second argument:
> * str_to_lower
> * str_to_upper
> * str_to_title



--
This message was sent by Atlassian Jira
(v8.3.4#803005)