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 0e94da90d3 ARROW-18014: [Java] Implement copy functions for vectors
and Table (#14389)
add d716d42d00 ARROW-18147: [Go] Add Scalar Add/Sub for Decimal types
(#14489)
No new revisions were added by this update.
Summary of changes:
go/arrow/compute/arithmetic.go | 12 +-
go/arrow/compute/arithmetic_test.go | 244 +++++++++++++++++++++
go/arrow/compute/exec.go | 12 +-
.../compute/internal/kernels/base_arithmetic.go | 62 +++++-
go/arrow/compute/internal/kernels/helpers.go | 54 ++++-
go/arrow/compute/internal/kernels/numeric_cast.go | 2 +-
.../compute/internal/kernels/scalar_arithmetic.go | 17 ++
go/arrow/compute/utils.go | 68 +++++-
go/arrow/datatype_fixedwidth.go | 21 ++
go/arrow/decimal128/decimal128.go | 29 ++-
go/arrow/decimal256/decimal256.go | 24 ++
11 files changed, 533 insertions(+), 12 deletions(-)