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-49358][SQL] Mode expression for map types with collated strings
### What changes were proposed in this pull request? Introduce support for collated string in map types for `mode` expression. ### Why are the changes needed? Complete complex type handling for `mode` expression. ### Does this PR introduce _any_ user-facing change? Yes, `mode` expression can now handle map types with collated strings. ### How was this patch tested? New tests in `CollationSQLExpressionsSuite`. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48326 from uros-db/mode-map. Authored-by: Uros Bojanic <[email protected]> Signed-off-by: Max Gekk <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
78 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