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

[SPARK-47350][SQL] Add collation support for SplitPart string expression #46158

Closed
wants to merge 9 commits into from

Conversation

uros-db
Copy link
Contributor

@uros-db uros-db commented Apr 22, 2024

What changes were proposed in this pull request?

Introduce collation awareness for string expression: split_part.

Why are the changes needed?

Add collation support for built-in string function in Spark.

Does this PR introduce any user-facing change?

Yes, users should now be able to use collated strings within arguments for built-in string function: split_part.

How was this patch tested?

Unit collation support tests and e2e sql tests.

Was this patch authored or co-authored using generative AI tooling?

No.

@github-actions github-actions bot added the SQL label Apr 22, 2024
@uros-db uros-db changed the title [WIP][SPARK-47350][SQL] Add collation support for SplitPart string expression [SPARK-47350][SQL] Add collation support for SplitPart string expression Apr 23, 2024
@uros-db
Copy link
Contributor Author

uros-db commented Apr 25, 2024

@cloud-fan all checks good, ready to merge

@uros-db uros-db requested a review from cloud-fan April 26, 2024 10:18
@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 6c40214 Apr 26, 2024
JacobZheng0927 pushed a commit to JacobZheng0927/spark that referenced this pull request May 11, 2024
### What changes were proposed in this pull request?
Introduce collation awareness for string expression: split_part.

### Why are the changes needed?
Add collation support for built-in string function in Spark.

### Does this PR introduce _any_ user-facing change?
Yes, users should now be able to use collated strings within arguments for built-in string function: split_part.

### How was this patch tested?
Unit collation support tests and e2e sql tests.

### Was this patch authored or co-authored using generative AI tooling?
No.

Closes apache#46158 from uros-db/SPARK-47350.

Authored-by: Uros Bojanic <157381213+uros-db@users.noreply.github.com>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants