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

[BLAZE-790] Support LZ4_RAW compression codec for parquet #791

Merged
merged 1 commit into from
Jan 23, 2025

Conversation

SteNicholas
Copy link
Contributor

Which issue does this PR close?

Closes #790.

Rationale for this change

Spark has already supported LZ4_RAW compression codec for parquet in Spark 3.5 with apache/spark#41507. Meanwhile, arrow-rs has also supported LZ4_RAW parquet compression codec in https://github.com/apache/arrow-rs/blob/main/parquet/src/compression.rs#L187C20-L187C27. Therefore, it's recommended to support LZ4_RAW compression codec for parquet.

What changes are included in this PR?

Support LZ4_RAW compression codec for parquet in parquet_sink_exec.rs.

Are there any user-facing changes?

No.

@richox richox merged commit 5be8cb0 into kwai:master Jan 23, 2025
618 checks passed
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.

Support LZ4_RAW compression codec for parquet
2 participants