You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Andrew Sherman (JIRA)" <ji...@apache.org> on 2019/04/30 20:04:00 UTC

[jira] [Updated] (IMPALA-7511) translate() string function only works with ascii characters.

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

Andrew Sherman updated IMPALA-7511:
-----------------------------------
    Fix Version/s: Impala 3.2.0

> translate() string function only works with ascii characters.
> -------------------------------------------------------------
>
>                 Key: IMPALA-7511
>                 URL: https://issues.apache.org/jira/browse/IMPALA-7511
>             Project: IMPALA
>          Issue Type: Task
>            Reporter: Andrew Sherman
>            Assignee: Andrew Sherman
>            Priority: Major
>             Fix For: Impala 3.2.0
>
>
> The query
> SELECT translate('Gánémílózú', 'áéíóú', 'aeiou') ;
> returns "Gaenaomalaza" instead of the desired  "Ganemilozu".
> It seems that translate treats strings as 8 bit characters. So it only works with ascii.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org