forked from apache/spark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-47352][SQL] Fix Upper, Lower, InitCap collation awareness
### What changes were proposed in this pull request? Add support for Locale aware expressions. ### Why are the changes needed? This is needed as some future collations might use different Locales then default. ### Does this PR introduce _any_ user-facing change? Yes, we follow ICU implementations for collations that are non native. ### How was this patch tested? Tests for Upper, Lower and InitCap already exist. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#46104 from mihailom-db/SPARK-47352. Authored-by: Mihailo Milosevic <[email protected]> Signed-off-by: Wenchen Fan <[email protected]>
- Loading branch information
1 parent
61ac342
commit b9f2270
Showing
3 changed files
with
271 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters