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 a13032adec ARROW-17853: temporary revert fix for
test_write_dataset_max_rows_per_file (#14246)
add 7a3d801095 ARROW-17669: [Go] Take Function kernels for Record batch,
Tables and Chunked Arrays (#14214)
No new revisions were added by this update.
Summary of changes:
go/arrow/compute/executor.go | 7 +
go/arrow/compute/internal/exec/utils.go | 54 ++++
go/arrow/compute/internal/kernels/helpers.go | 11 +
.../compute/internal/kernels/vector_selection.go | 306 ++++++++++++++++++---
go/arrow/compute/selection.go | 216 ++++++++++++++-
go/arrow/compute/vector_selection_test.go | 273 ++++++++++++++++++
6 files changed, 826 insertions(+), 41 deletions(-)