This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from b9453a2a33 GH-37329: [Release][Homebrew] Follow directory structure
change (#37349)
add 9958896fe0 GH-37173: [C++][Go][Format] C-export/import Run-End Encoded
Arrays (#37174)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/c/bridge.cc | 31 ++++
cpp/src/arrow/c/bridge_test.cc | 230 +++++++++++++++++++++++++++++-
cpp/src/arrow/type.cc | 2 +-
docs/source/format/CDataInterface.rst | 10 ++
go/arrow/array/encoded.go | 2 +-
go/arrow/cdata/cdata.go | 26 ++++
go/arrow/cdata/cdata_exports.go | 10 ++
go/arrow/cdata/cdata_test.go | 14 ++
go/arrow/cdata/cdata_test_framework.go | 12 +-
go/arrow/cdata/test/test_export_to_cgo.py | 19 +--
10 files changed, 339 insertions(+), 17 deletions(-)