-
Type:
Task
-
Status: Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: Impala 3.2.0
-
Component/s: None
-
Labels:None
-
Epic Color:ghx-label-4
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.
- Blocked
-
IMPALA-2019 Proper UTF-8 support in string functions
-
- In Progress
-