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 d68f8e2164 GH-35531: [Python] C Data Interface PyCapsule Protocol
(#37797)
add 0428c5ea35 GH-38281: [Go] Ensure CData imported arrays are freed on
release (#38314)
No new revisions were added by this update.
Summary of changes:
go/arrow/cdata/cdata.go | 112 +++++++++++-----
go/arrow/cdata/cdata_fulltest.c | 12 ++
go/arrow/cdata/cdata_test.go | 29 +++--
go/arrow/cdata/cdata_test_framework.go | 145 +++++++++++++++------
go/arrow/cdata/exports.go | 14 +-
.../endian.go => cdata/import_allocator.go} | 49 ++++---
go/arrow/cdata/interface.go | 1 +
go/arrow/cdata/utils.h | 11 --
go/arrow/memory/buffer.go | 12 ++
9 files changed, 267 insertions(+), 118 deletions(-)
copy go/arrow/{endian/endian.go => cdata/import_allocator.go} (53%)