You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by sb...@apache.org on 2020/02/24 08:35:12 UTC

[arrow] branch master updated (7e136a1 -> 4f75659)

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

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


    from 7e136a1  ARROW-7922: [CI][Crossbow] Nightly macOS wheel builds fail (brew bundle edition)
     add 4f75659  ARROW-7921: [Go] Add Reset method to various components and clean up comments.

No new revisions were added by this update.

Summary of changes:
 go/arrow/array/array.go            |   4 +-
 go/arrow/array/data.go             |  56 ++++++++++-
 go/arrow/array/data_test.go        |  51 ++++++++++
 go/arrow/array/numeric.gen.go      | 192 +++++++++++++++++++++++++++++++++----
 go/arrow/array/numeric.gen.go.tmpl |  10 ++
 go/arrow/array/string.go           |  13 ++-
 go/arrow/array/string_test.go      |  23 +++++
 go/arrow/memory/buffer.go          |  23 ++++-
 go/arrow/memory/buffer_test.go     |  12 +++
 9 files changed, 358 insertions(+), 26 deletions(-)
 create mode 100644 go/arrow/array/data_test.go