This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch maint-10.0.x
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 113ccb2b4b ARROW-18326: [Go] Add option to support dictionary deltas
with IPC (#14639)
add 16c75432be GH-14883: [Go] Fix IPC encoding empty maps (#14904)
add e60749df29 GH-14883: [Go] ipc.Writer leaks memory when compressing
body (#14892)
add ecfccddff6 GH-14780: [Go] Fix issues with IPC writing of sliced
map/list arrays (#14793)
add 5e57ebabba GH-14986: [Release] Don't detect previous version on
maint-X.Y.Z branch (#14987)
No new revisions were added by this update.
Summary of changes:
dev/release/test-helper.rb | 6 +-
go/arrow/array/list.go | 2 +-
go/arrow/ipc/compression.go | 15 +++++
go/arrow/ipc/ipc_test.go | 138 ++++++++++++++++++++++++++++++++++++++++++++
go/arrow/ipc/writer.go | 67 +++++----------------
go/arrow/ipc/writer_test.go | 22 +++++++
6 files changed, 197 insertions(+), 53 deletions(-)