This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from f8ef09a2b9 GH-41263: [C#][Integration] Ensure offset is considered in
all branches of the bitmap comparison (#41264)
add 7b62460551 GH-40563: [Go] Unable to JSON marshal float64 arrays which
contain a NaN value (#41109)
No new revisions were added by this update.
Summary of changes:
go/arrow/array/float16.go | 16 ++++-
go/arrow/array/numeric.gen.go | 34 ++++++++--
go/arrow/array/numeric.gen.go.tmpl | 34 ++++++++++
go/arrow/array/numeric_test.go | 91 +++++++++++++++++++++++++-
go/arrow/array/numericbuilder.gen_test.go | 45 +++++++++++++
go/arrow/array/numericbuilder.gen_test.go.tmpl | 23 +++++++
go/arrow/float16/float16.go | 2 +
7 files changed, 235 insertions(+), 10 deletions(-)