Skip to content

fix(parquet): enable Zstandard-compressed reads - #243

Open
mindreframer wants to merge 1 commit into
thanos:mainfrom
mindreframer:feat/support-zstd-compression
Open

fix(parquet): enable Zstandard-compressed reads#243
mindreframer wants to merge 1 commit into
thanos:mainfrom
mindreframer:feat/support-zstd-compression

Conversation

@mindreframer

Copy link
Copy Markdown

Enable the parquet crate's zstd feature so ExArrow can read Zstandard-compressed Parquet files. Previously, reads failed at runtime because default Parquet features were disabled and zstd was not explicitly enabled.

Add an externally generated Zstandard fixture and regression test, and document compression support in the Parquet reader guide and changelog.

Enable the parquet crate's zstd feature so ExArrow can read
Zstandard-compressed Parquet files. Previously, reads failed at runtime
because default Parquet features were disabled and zstd was not
explicitly enabled.

Add an externally generated Zstandard fixture and regression test, and
document compression support in the Parquet reader guide and changelog.
@mindreframer

Copy link
Copy Markdown
Author

hey @thanos, thanks for this interesting package!

Would you mind looking into this PR and say if it is something you would consider accepting?
I need to support Parquet with compression for my Elixir application and it would be great to understand if i can use ExArrow for this.

If you for some reasons don't want this, it's fine. Close this PR and then i'll maintain my own fork.

Best,
Roman

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