You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ze...@apache.org on 2022/11/02 14:31:12 UTC

[arrow] branch master updated (2b6b0778d8 -> b322e57dc9)

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 2b6b0778d8 ARROW-18227: [CI][Packaging] Do not fail conda-clean if conda search raises PackagesNotFound (#14569)
     add b322e57dc9 ARROW-18177: [Go] Add Add/Sub for Temporal types (#14532)

No new revisions were added by this update.

Summary of changes:
 go/arrow/compute/arithmetic.go                     | 150 ++++++++++++++++++---
 go/arrow/compute/arithmetic_test.go                | 102 +++++++++++++-
 go/arrow/compute/executor.go                       |   3 +
 .../internal/kernels/_lib/base_arithmetic.cc       |   2 +-
 .../compute/internal/kernels/base_arithmetic.go    |  95 ++++++++++++-
 .../internal/kernels/base_arithmetic_amd64.go      |  12 +-
 go/arrow/compute/internal/kernels/helpers.go       |  10 +-
 .../compute/internal/kernels/scalar_arithmetic.go  |  23 ++++
 go/arrow/compute/internal/kernels/string_casts.go  |   2 +-
 go/arrow/datatype_fixedwidth.go                    |   2 +
 10 files changed, 359 insertions(+), 42 deletions(-)