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-47416][SQL] Add new functions to CollationBenchmark #46078

Conversation

vladimirg-db
Copy link
Contributor

What changes were proposed in this pull request?

Added new benchmarks for contains, startsWith, endsWith prior to improving the implementation for the UTF8_BINARY_LCASE collation.

Why are the changes needed?

To see exact improvements after the implementation of https://issues.apache.org/jira/browse/SPARK-47418

Does this PR introduce any user-facing change?

No

How was this patch tested?

GHA 'Run Benchmarks' ran on this, for both JDK 17 and JDK 21

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

No

@github-actions github-actions bot added the SQL label Apr 16, 2024
@vladimirg-db vladimirg-db marked this pull request as ready for review April 16, 2024 19:38
Copy link
Contributor

@uros-db uros-db left a comment

Choose a reason for hiding this comment

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

some small changes recommended, otherwise looks great!

@vladimirg-db vladimirg-db force-pushed the vladimirg-db/add-new-string-functions-to-collation-bencmark branch from f3c2277 to da3239f Compare April 17, 2024 12:11
@vladimirg-db vladimirg-db force-pushed the vladimirg-db/add-new-string-functions-to-collation-bencmark branch from da3239f to b26663e Compare April 17, 2024 12:14
Copy link
Contributor

@uros-db uros-db left a comment

Choose a reason for hiding this comment

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

LGTM @cloud-fan @HyukjinKwon please review

@cloud-fan
Copy link
Contributor

thanks, merging to master!

@cloud-fan cloud-fan closed this in 1b65b2a Apr 17, 2024
@vladimirg-db vladimirg-db deleted the vladimirg-db/add-new-string-functions-to-collation-bencmark branch April 17, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants