You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2020/11/11 20:57:05 UTC

[arrow] branch master updated (c74aac3 -> aca7070)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from c74aac3  ARROW-6071: [C++] Generic binary-to-binary casts
     add aca7070  ARROW-9803: [Go] Add initial support for s390x

No new revisions were added by this update.

Summary of changes:
 go/arrow/array/bufferbuilder_numeric_test.go       | 53 ++++++++++++++++------
 .../{internal/debug/log_off.go => endian/big.go}   | 10 ++--
 .../debug/log_off.go => endian/little.go}          | 10 ++--
 .../math/{float64_noasm.go => float64_s390x.go}    |  4 +-
 go/arrow/math/{int64_noasm.go => int64_s390x.go}   |  4 +-
 go/arrow/math/{math_noasm.go => math_s390x.go}     |  1 -
 .../{type_noasm.go.tmpl => type_s390x.go.tmpl}     |  3 +-
 go/arrow/math/{uint64_noasm.go => uint64_s390x.go} |  4 +-
 go/arrow/type_traits_decimal128.go                 |  6 +--
 go/arrow/type_traits_float16.go                    |  4 +-
 go/arrow/type_traits_interval.go                   |  9 ++--
 go/arrow/type_traits_numeric.gen.go                | 31 +++++++------
 go/arrow/type_traits_numeric.gen.go.tmpl           | 13 +++---
 13 files changed, 90 insertions(+), 62 deletions(-)
 copy go/arrow/{internal/debug/log_off.go => endian/big.go} (87%)
 copy go/arrow/{internal/debug/log_off.go => endian/little.go} (87%)
 copy go/arrow/math/{float64_noasm.go => float64_s390x.go} (92%)
 copy go/arrow/math/{int64_noasm.go => int64_s390x.go} (92%)
 copy go/arrow/math/{math_noasm.go => math_s390x.go} (98%)
 copy go/arrow/math/{type_noasm.go.tmpl => type_s390x.go.tmpl} (97%)
 copy go/arrow/math/{uint64_noasm.go => uint64_s390x.go} (92%)