Andrew Sherman created IMPALA-7511:
--------------------------------------

             Summary: 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


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