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 21491ec0fa ARROW-17525: [Java] Read ORC files using
NativeDatasetFactory (#13973)
add d123277bf0 ARROW-17600: [Go] Implement Casting for Nested types
(#14056)
No new revisions were added by this update.
Summary of changes:
ci/scripts/go_test.sh | 15 +-
go/arrow/array/array_test.go | 1 +
go/arrow/array/struct.go | 34 ++
go/arrow/compute/cast.go | 202 +++++++++
go/arrow/compute/cast_test.go | 456 ++++++++++++++++++++-
go/arrow/compute/datum.go | 3 +
go/arrow/compute/executor.go | 3 +
.../arrow/compute/internal/kernels/cast_nested.go | 8 +-
go/arrow/compute/internal/kernels/cast_numeric.go | 22 +-
go/arrow/compute/internal/kernels/helpers.go | 4 +-
go/arrow/datatype.go | 2 +
go/arrow/datatype_fixedwidth.go | 16 +-
go/arrow/datatype_numeric.gen.go | 12 +
go/arrow/datatype_numeric.gen.go.tmpl | 1 +
go/arrow/scalar/binary.go | 14 +-
go/arrow/scalar/nested.go | 42 +-
go/arrow/scalar/scalar.go | 14 +-
17 files changed, 805 insertions(+), 44 deletions(-)
copy go.work => go/arrow/compute/internal/kernels/cast_nested.go (94%)