Noemi Pap-Takacs created IMPALA-13750:
-----------------------------------------
Summary: UPPER doesn't uppercase special characters
Key: IMPALA-13750
URL: https://issues.apache.org/jira/browse/IMPALA-13750
Project: IMPALA
Issue Type: Bug
Reporter: Noemi Pap-Takacs
Applying UPPER() uppercases only the latin-like strings/characters.
For example:
{noformat}
SELECT UPPER('kürtőskalács')
{noformat}
returns:
{noformat}
KüRTőSKALáCS{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)