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-48157][SQL] Add collation support for CSV expressions #46504

Closed
wants to merge 6 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 CSV expressions: from_csv, schema_of_csv, to_csv.

Why are the changes needed?

Add collation support for CSV expressions in Spark.

Does this PR introduce any user-facing change?

Yes, users should now be able to use collated strings within arguments for CSV functions: from_csv, schema_of_csv, to_csv.

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

thanks, merging to master!

@cloud-fan cloud-fan closed this in e6c914f May 14, 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