[ 
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-unsubscr...@impala.apache.org
For additional commands, e-mail: issues-all-h...@impala.apache.org

Reply via email to