You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ArrowFileWriter/ArrowStreamWriter add compression support for 12.0.0-dev. But ZstdCompressionCodec uses hard-coding compression level (level 3) which cannot be configurable. As ZSTD level affects compression speed and ratio, ideally we should make such parameter configurable to developers.
Component(s)
Java
The text was updated successfully, but these errors were encountered:
### Rationale for this change
Closes: #34749
### What changes are included in this PR?
Make compression level configurable for Zstd
### Are these changes tested?
Yes
### Are there any user-facing changes?
No
* Closes: #34749
Lead-authored-by: david dali susanibar arce <davi.sarces@gmail.com>
Co-authored-by: Gang Wu <ustcwg@gmail.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Describe the enhancement requested
ArrowFileWriter/ArrowStreamWriter add compression support for 12.0.0-dev. But ZstdCompressionCodec uses hard-coding compression level (level 3) which cannot be configurable. As ZSTD level affects compression speed and ratio, ideally we should make such parameter configurable to developers.
Component(s)
Java
The text was updated successfully, but these errors were encountered: