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-48747][SQL] Add code point iterator to UTF8String #47123

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

uros-db
Copy link
Contributor

@uros-db uros-db commented Jun 27, 2024

What changes were proposed in this pull request?

Add code point iteration capabilities to the UTF8String class.

Why are the changes needed?

Need these changes to enable collation support for some expressions.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Testing new UTF8String features in UTF8StringSuite.

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

No.

@github-actions github-actions bot added the SQL label Jun 27, 2024
Copy link
Contributor

@allisonwang-db allisonwang-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @uros-db could you please create a JIRA ticket for this change?

@uros-db
Copy link
Contributor Author

uros-db commented Jun 27, 2024

@allisonwang-db will do, thanks for the heads up

@uros-db uros-db changed the title [SQL] Add code point iterator to UTF8String [SPARK-48747][SQL] Add code point iterator to UTF8String Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants