Open dnbnero opened 6 months ago
Possible these funtions work only with ascii characters - select ucase('für')
returns FüR
, but FÜR
is excepted
We have marked this issue as stale because it has been inactive for 6 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to StarRocks!
this is still very much needed
I tried to convert some cyrilic text to lowercase, but lower() function did not affect these lines. Also upper and ucase dont work as excepted. These functions work as expected with english lines.
Steps to reproduce the behavior
Expected behavior
to_upper = 'ТЕКСТ' to_lower = 'текст'
Real behavior
to_upper = 'теКст' to_lower = 'ТЕкСТ'
StarRocks version