You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "viirya (via GitHub)" <gi...@apache.org> on 2023/03/27 21:23:10 UTC

[GitHub] [arrow] viirya opened a new issue, #34749: [Java] ZstdCompressionCodec uses hard-coding compression level which cannot be configurable

viirya opened a new issue, #34749:
URL: https://github.com/apache/arrow/issues/34749

   ### Describe the enhancement requested
   
   ArrowFileWriter/ArrowStreamWriter add compression support for 12.0.0-dev. But [ZstdCompressionCodec](https://github.com/apache/arrow/blob/196fbe5f5e0669b1f8bf71005c8a4c6a4e0fb2da/java/compression/src/main/java/org/apache/arrow/compression/ZstdCompressionCodec.java#L41) 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm closed issue #34749: [Java] ZstdCompressionCodec uses hard-coding compression level which cannot be configurable

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #34749: [Java] ZstdCompressionCodec uses hard-coding compression level which cannot be configurable
URL: https://github.com/apache/arrow/issues/34749


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] lidavidm commented on issue #34749: [Java] ZstdCompressionCodec uses hard-coding compression level which cannot be configurable

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm commented on issue #34749:
URL: https://github.com/apache/arrow/issues/34749#issuecomment-1577310313

   @davisusanibar you need to assign yourself here


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org