-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
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
[C#] Create implementation of ARROW-300 / IPC record batch body buffer compression #24834
Closed
Tracked by
#24829
Comments
Open
7 tasks
I'd like to work on this. IPC decompression support was added in #32240, but compression support has not yet been added to the .NET library. |
take |
CurtHagenlocher
pushed a commit
that referenced
this issue
Feb 7, 2024
### Rationale for this change This allows using compression when writing IPC streams and files with the Arrow .NET library ### 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 * Closes: #24834 Authored-by: Adam Reeve <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
### Rationale for this change This allows using compression when writing IPC streams and files with the Arrow .NET library ### 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 * Closes: apache#24834 Authored-by: Adam Reeve <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
zanmato1984
pushed a commit
to zanmato1984/arrow
that referenced
this issue
Feb 28, 2024
### Rationale for this change This allows using compression when writing IPC streams and files with the Arrow .NET library ### 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 * Closes: apache#24834 Authored-by: Adam Reeve <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
thisisnic
pushed a commit
to thisisnic/arrow
that referenced
this issue
Mar 8, 2024
### Rationale for this change This allows using compression when writing IPC streams and files with the Arrow .NET library ### 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 * Closes: apache#24834 Authored-by: Adam Reeve <[email protected]> Signed-off-by: Curt Hagenlocher <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reporter: Wes McKinney / @wesm
Note: This issue was originally created as ARROW-8675. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: