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-48160][SQL] Add collation support for XPATH expressions #46508

Closed
wants to merge 4 commits into from

Conversation

uros-db
Copy link
Contributor

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

What changes were proposed in this pull request?

Introduce collation awareness for XPath expressions: xpath_boolean, xpath_short, xpath_int, xpath_long, xpath_float, xpath_double, xpath_string, xpath.

Why are the changes needed?

Add collation support for Xpath expressions in Spark.

Does this PR introduce any user-facing change?

Yes, users should now be able to use collated strings within arguments for XPath functions: xpath_boolean, xpath_short, xpath_int, xpath_long, xpath_float, xpath_double, xpath_string, xpath.

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 9, 2024
@uros-db uros-db changed the title [WIP] Add collation support for XPATH expressions [SPARK-48160][SQL] Add collation support for XPATH expressions May 10, 2024
@uros-db uros-db changed the title [SPARK-48160][SQL] Add collation support for XPATH expressions [WIP][SPARK-48160][SQL] Add collation support for XPATH expressions May 10, 2024
@uros-db uros-db changed the title [WIP][SPARK-48160][SQL] Add collation support for XPATH expressions [SQL] Add collation support for XPATH expressions May 14, 2024
@uros-db uros-db changed the title [SQL] Add collation support for XPATH expressions [SPARK-48160][SQL] Add collation support for XPATH expressions May 14, 2024
@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 8c0a7ba May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants