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

Closed
wants to merge 6 commits into 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
@uros-db
Copy link
Contributor Author

uros-db commented Jul 1, 2024

@cloud-fan ready to merge

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in cd1f1af Jul 1, 2024
attilapiros pushed a commit to attilapiros/spark that referenced this pull request Oct 4, 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.

Closes apache#47123 from uros-db/utf8-iterator.

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
Development

Successfully merging this pull request may close these issues.

3 participants