This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from d123277bf0 ARROW-17600: [Go] Implement Casting for Nested types
(#14056)
add 47314c3999 ARROW-17646: [Go][CI] Switch C Data to use cgo.Handle
(bumps to Go1.17) (#14067)
No new revisions were added by this update.
Summary of changes:
.env | 2 +-
.github/workflows/go.yml | 24 +++++------
ci/docker/debian-10-go.dockerfile | 2 +-
ci/docker/debian-11-go.dockerfile | 2 +-
ci/scripts/go_build.sh | 2 +-
dev/release/verify-release-candidate.sh | 2 +-
dev/tasks/tasks.yml | 4 +-
go/arrow/cdata/cdata.go | 18 +++++---
go/arrow/cdata/cdata_exports.go | 27 +++++++++++-
go/arrow/cdata/cdata_test.go | 35 +++++++++++++++
go/arrow/cdata/cdata_test_framework.go | 10 ++++-
go/arrow/cdata/exports.go | 76 ++++++++++++++++++++-------------
go/arrow/cdata/interface.go | 9 ++++
go/go.mod | 26 +++++++++--
14 files changed, 180 insertions(+), 59 deletions(-)