Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
ghx-label-4
Description
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.
Attachments
Issue Links
- Blocked
-
IMPALA-2019 Proper UTF-8 support in string functions
- Resolved