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

Andrew Sherman resolved IMPALA-7511.
------------------------------------
    Resolution: Duplicate

All Impala string functions assume that strings are simple ascii.

> 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
>
> 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)

Reply via email to