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-47421][SQL] Add collation support for URL expressions #46460

Closed
wants to merge 3 commits into from

Conversation

uros-db
Copy link
Contributor

@uros-db uros-db commented May 8, 2024

What changes were proposed in this pull request?

Introduce collation awareness for URL expressions: url_encode, url_decode, parse_url.

Why are the changes needed?

Add collation support for URL expressions in Spark.

Does this PR introduce any user-facing change?

Yes, users should now be able to use collated strings within arguments for URL functions: url_encode, url_decode, parse_url.

How was this patch tested?

E2e sql tests.

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

No.

@github-actions github-actions bot added the SQL label May 8, 2024
@uros-db uros-db changed the title [WIP][SQL] Add collation support for URL expressions [SPARK-47421][SQL] Add collation support for URL expressions May 8, 2024
@uros-db
Copy link
Contributor Author

uros-db commented May 8, 2024

note: collation awareness for these pass-through Spark expressions required modifying query plans in query-tests/explain-results/… in order to accommodate using StringTypeAnyCollation instead of StringType

@uros-db
Copy link
Contributor Author

uros-db commented May 8, 2024

@dongjoon-hyun please review this one

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 34ee0d8 May 9, 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 URL expressions: url_encode, url_decode, parse_url.

### Why are the changes needed?
Add collation support for URL expressions in Spark.

### Does this PR introduce _any_ user-facing change?
Yes, users should now be able to use collated strings within arguments for URL functions: url_encode, url_decode, parse_url.

### How was this patch tested?
E2e sql tests.

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

Closes apache#46460 from uros-db/url-expressions.

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
Projects
None yet
2 participants