Skip to content

feat: Implement CRC32C algorithm#3822

Open
snmvaughan wants to merge 2 commits intoapache:mainfrom
snmvaughan:feature/crc32c
Open

feat: Implement CRC32C algorithm#3822
snmvaughan wants to merge 2 commits intoapache:mainfrom
snmvaughan:feature/crc32c

Conversation

@snmvaughan
Copy link
Copy Markdown
Contributor

Which issue does this PR close?

Closes #3820

Rationale for this change

Spark 4.0 introduced CRC32C as an optimization to improve shuffle data validation with SPARK-49459

What changes are included in this PR?

Add support for algorithm "crc32c".

How are these changes tested?

Unit tests, and Spark 4 builds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The CRC32C algorithm is not supported by Checksum

1 participant