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

Add support for snappy compression and decompression #61

Merged
merged 1 commit into from
Mar 8, 2025
Merged

Conversation

erikvanoosten
Copy link
Collaborator

Add support for the Snappy compression formats provided by xerial/snappy-java: Framed, Basic (unframed) and Hadoop/Spark compatible.

Decompression is only supported for Framed and Basic (unframed) formats because the Hadoop/Spark format is not supported by xerial/snappy-java.

Inspired by lhns/fs2-compress#191.

Add support for the Snappy compression formats provided by xerial/snappy-java: Framed, Basic (unframed) and Hadoop/Spark compatible.

Decompression is only supported for Framed and Basic (unframed) formats because the Hadoop/Spark format is not supported by xerial/snappy-java.

Inspired by lhns/fs2-compress#191.
@erikvanoosten erikvanoosten merged commit 4e2ee3a into main Mar 8, 2025
12 checks passed
@erikvanoosten erikvanoosten deleted the snappy branch March 8, 2025 09:35
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.

1 participant