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 a44b5372c3 GH-41493: [C++][S3] Add a new option to check existence
before CreateDir (#41822)
add ac1eadb5e0 GH-40494: [Go] add support for protobuf messages (#40496)
No new revisions were added by this update.
Summary of changes:
dev/release/rat_exclude_files.txt | 1 +
go/arrow/datatype_nested.go | 2 +-
.../array => go/arrow/util/messages}/README.md | 7 +-
go/arrow/util/messages/types.proto | 56 ++
go/arrow/util/protobuf_reflect.go | 865 +++++++++++++++++++++
go/arrow/util/protobuf_reflect_test.go | 311 ++++++++
go/arrow/util/util_message/types.pb.go | 539 +++++++++++++
go/go.mod | 2 +
go/go.sum | 2 +
9 files changed, 1783 insertions(+), 2 deletions(-)
copy {cpp/src/arrow/array => go/arrow/util/messages}/README.md (87%)
create mode 100644 go/arrow/util/messages/types.proto
create mode 100644 go/arrow/util/protobuf_reflect.go
create mode 100644 go/arrow/util/protobuf_reflect_test.go
create mode 100644 go/arrow/util/util_message/types.pb.go