We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now we only support FAST, DEFAULT and FASTEST. We can support the maximum compression rate like BEST_COMPRESSION.
FAST
DEFAULT
FASTEST
BEST_COMPRESSION
The text was updated successfully, but these errors were encountered:
Could you elaborate more about your idea? @deshanxiao ?
brotli
Sorry, something went wrong.
Could you elaborate more about your idea? @deshanxiao ? Do you want to support it only for a specific codec like brotli or for all codec? Is there any reference in Parquet?
Alternatively, we can consider adding a new method in CompressionOption to directly set the compression level.
No branches or pull requests
Now we only support
FAST
,DEFAULT
andFASTEST
. We can support the maximum compression rate likeBEST_COMPRESSION
.The text was updated successfully, but these errors were encountered: