-
Notifications
You must be signed in to change notification settings - Fork 30
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
Zstd compression level always reported as 1? #53
Comments
Heh, I noticed this too last week, and just now spotted your issue. I think I can explain. The compression level that was used to create the file isn't actually stored in the Parquet file anywhere. Level 1 is reported because the
Edit: actually the printing does come from upstream, here. I'll send the PR there :) |
It's been fixed upstream. I suppose this issue can be closed, or do you want to wait for a release? |
No that is fine - mostly wanted a confirmation - this "1" sent me on a chase of errors in my code for not setting the desired compression level ... |
I created a bunch of Parquet files with Zstd compression and tried different levels, the time taken was different and file size changed but PQRS always reported Zstd(level 1) when I did schema --detailed.
This is on MAC / MacOS / M3.
The text was updated successfully, but these errors were encountered: