-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-50902][CORE][K8S][TESTS] Add CRC32C test cases
#49582
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
Conversation
|
Could you review this PR, @yaooqinn ? |
yaooqinn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @dongjoon-hyun
|
Thank you, @yaooqinn ! |
LuciferYang
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM
|
A failure occurred in https://github.com/dongjoon-hyun/spark/actions/runs/12881008656/job/35910916844 |
### What changes were proposed in this pull request? This PR aims to add `CRC32C` test cases. ### Why are the changes needed? Apache Spark supports `CRC32C`. We had better add more test coverage like `CRC32`. - #47929 ### Does this PR introduce _any_ user-facing change? No. This is a test case addition. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #49582 from dongjoon-hyun/SPARK-50902. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 98f2767) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
### What changes were proposed in this pull request? This PR aims to add `CRC32C` test cases. ### Why are the changes needed? Apache Spark supports `CRC32C`. We had better add more test coverage like `CRC32`. - apache#47929 ### Does this PR introduce _any_ user-facing change? No. This is a test case addition. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#49582 from dongjoon-hyun/SPARK-50902. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> (cherry picked from commit 2233537) Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>

What changes were proposed in this pull request?
This PR aims to add
CRC32Ctest cases.Why are the changes needed?
Apache Spark supports
CRC32C. We had better add more test coverage likeCRC32.CRC32Cfor Shuffle Checksum #47929Does this PR introduce any user-facing change?
No. This is a test case addition.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.