This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f32c27b470 GH-34432: [Java] NoCompressionCodec throws for unsupported
codec type (#34580)
add 2ec02154d6 GH-15102: [C++] Could not decompress arrow stream sent from
Java arrow SDK (#15194)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/options.h | 16 +++++++++
cpp/src/arrow/ipc/read_write_test.cc | 65 ++++++++++++++++++++++++++++++++++++
cpp/src/arrow/ipc/reader.cc | 4 +++
cpp/src/arrow/ipc/writer.cc | 47 +++++++++++++++++++++++---
go/arrow/ipc/file_reader.go | 2 +-
testing | 2 +-
6 files changed, 129 insertions(+), 7 deletions(-)