Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.14.0
-
None
Description
upper() and lower() functions works only with a ascii characters.
sample dataset: sample.json
query:
select upper(ascii_l) as upper_ascii, upper(national_l) as upper_national, lower(ascii_u) as lower_ascii, lower(national_u) as lower_national from dfs.`sample.json`
drill response: result.csv
Attachments
Attachments
Issue Links
- duplicates
-
DRILL-3226 Upper and lower casing doesn't work correctly on non-ASCII characters
- Open
- is part of
-
DRILL-5477 String functions (lower, upper, initcap) should work for UTF-8
- Open
- links to