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 712e06bc47 ARROW-17431: [Java] MapBinder to bind Arrow Map type to DB 
column (#13941)
     add 28b81ec124 ARROW-17500: [Go] Kernel and KernelContext interfaces 
(#13946)

No new revisions were added by this update.

Summary of changes:
 go/arrow/compute/expression.go                   |   3 +-
 go/arrow/compute/{ => internal}/hash_util.go     |   8 +-
 go/arrow/compute/internal/kernel.go              | 521 +++++++++++++++++++++
 go/arrow/compute/internal/kernel_test.go         | 552 +++++++++++++++++++++++
 go/arrow/{memory/memory_js_wasm.go => errors.go} |  10 +-
 5 files changed, 1086 insertions(+), 8 deletions(-)
 rename go/arrow/compute/{ => internal}/hash_util.go (88%)
 create mode 100644 go/arrow/compute/internal/kernel.go
 create mode 100644 go/arrow/compute/internal/kernel_test.go
 copy go/arrow/{memory/memory_js_wasm.go => errors.go} (91%)

Reply via email to