Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] LOWER not working as expected for non english characters #41520

Open
2 of 3 tasks
jiayeZhu opened this issue Oct 2, 2024 · 0 comments
Open
2 of 3 tasks

[Bug] LOWER not working as expected for non english characters #41520

jiayeZhu opened this issue Oct 2, 2024 · 0 comments

Comments

@jiayeZhu
Copy link

jiayeZhu commented Oct 2, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Version

2.1.4

What's Wrong?

when running query
select lower("davide domè")
it returned
davide domè
but the  should be lowered to â

What You Expected?

select lower("davide domè");

should return

davide dom√â®

LOWER function should be able to handle non english characters

How to Reproduce?

connect to doris 2.1.4 and run the query

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant