You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Thomas D'Silva (JIRA)" <ji...@apache.org> on 2018/03/03 04:12:01 UTC

[jira] [Comment Edited] (PHOENIX-4418) UPPER() and LOWER() functions should be locale-aware

    [ https://issues.apache.org/jira/browse/PHOENIX-4418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16384463#comment-16384463 ] 

Thomas D'Silva edited comment on PHOENIX-4418 at 3/3/18 4:11 AM:
-----------------------------------------------------------------

[~shehzaadn] There were some test failures in the precommit build that look like they are related to this change  (IndexToolIT, IndexExtendedIT). Can you please take a look?

see https://builds.apache.org/view/PreCommit%20Builds/job/PreCommit-PHOENIX-Build/1782/#showFailuresLink


was (Author: tdsilva):
[~shehzaadn] There were some test failures in the precommitt that look like they are related to this change  (IndexToolIT, IndexExtendedIT). Can you please take a look?

see https://builds.apache.org/view/PreCommit%20Builds/job/PreCommit-PHOENIX-Build/1782/#showFailuresLink

> UPPER() and LOWER() functions should be locale-aware
> ----------------------------------------------------
>
>                 Key: PHOENIX-4418
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-4418
>             Project: Phoenix
>          Issue Type: Improvement
>    Affects Versions: 4.13.0
>            Reporter: Shehzaad Nakhoda
>            Assignee: Shehzaad Nakhoda
>            Priority: Major
>             Fix For: 4.14.0
>
>         Attachments: PHOENIX-4418_v1.patch
>
>
> Correct conversion of a string to upper or lower case depends on Locale.
> Java's upper case and lower case conversion routines allow passing in a locale.
> It should be possible to pass in a locale to UPPER() and LOWER() in Phoenix so that locale-specific case conversion can be supported in Phoenix.
> See java.lang.String#toUpperCase()



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)