How do you use zstd (or others) compression for parquet? #1464
Unanswered
theelderbeever
asked this question in
Q&A
Replies: 1 comment 4 replies
-
For Rust, this is in passed in through WriterProperties. In Python, this isn't exposed yet. It's being tracked in #1465 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As the question states above I would like to use zstd instead of snappy for writing parquet files to delta lake using the rust crate. I haven't been able to find anything that mentions customizing this in the writer. Any clarity would be super helpful.
Beta Was this translation helpful? Give feedback.
All reactions