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 de1ada364d ARROW-17734: [Go] Implement Take for Lists and Dense Union
(#14130)
add b31c9ac329 ARROW-17749: [Go] Implement Filter and Take for Structs
(#14145)
No new revisions were added by this update.
Summary of changes:
go/arrow/array/concat.go | 7 +-
go/arrow/compute/internal/exec/span.go | 1 +
go/arrow/compute/internal/kernels/helpers.go | 4 +
.../compute/internal/kernels/vector_selection.go | 162 +++++++++++++
go/arrow/compute/selection.go | 138 +++++++++--
go/arrow/compute/vector_selection_test.go | 251 +++++++++++++++++++++
6 files changed, 547 insertions(+), 16 deletions(-)