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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to