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 413e49385f ARROW-17569: [C++] Bump xsimd version to 9.0.1 (#14005)
     add 11bcde2526 ARROW-17588: [Go] Casting to binary-like types (#14027)

No new revisions were added by this update.

Summary of changes:
 go/arrow/array/string.go                          |  16 +-
 go/arrow/compute/cast.go                          |  22 ++
 go/arrow/compute/cast_test.go                     | 405 +++++++++++++++++++--
 go/arrow/compute/datum.go                         |   1 -
 go/arrow/compute/internal/exec/span.go            |   6 +
 go/arrow/compute/internal/exec/utils.go           |   4 +
 go/arrow/compute/internal/kernels/helpers.go      |   4 +
 go/arrow/compute/internal/kernels/string_casts.go | 407 ++++++++++++++++++++++
 go/arrow/datatype.go                              |   1 +
 go/arrow/datatype_binary.go                       |   4 +
 go/arrow/scalar/scalar.go                         |   4 +
 11 files changed, 849 insertions(+), 25 deletions(-)
 create mode 100644 go/arrow/compute/internal/kernels/string_casts.go

Reply via email to