adamreeve opened a new pull request, #39871:
URL: https://github.com/apache/arrow/pull/39871

   ### Rationale for this change
   
   This allows using compression when writing IPC streams and files
   
   ### What changes are included in this PR?
   
   * Adds a compress method to the ICompressionCodec interface and implements 
this for Zstd and LZ4Frame in the Apache.Arrow.Compression package
   * Adds new compression related options to `IpcOptions`
   * Implements buffer compression in `ArrowStreamWriter`
   
   ### Are these changes tested?
   
   * Yes, new unit tests have been added
   
   ### Are there any user-facing changes?
   
   * Yes, this is a new user-facing feature and the `status.rst` and 
`csharp/README` files have been updated


-- 
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