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 6b3cb8b ARROW-7270: [Go] preserve CSV reading behaviour, improve
memory usage
add 5a5bcda ARROW-7212: [Go] add missing Release to benchmark code
No new revisions were added by this update.
Summary of changes:
go/arrow/array/bufferbuilder_numeric.gen.go.tmpl | 4 +-
go/arrow/array/numericbuilder.gen.go.tmpl | 2 +-
go/arrow/datatype_numeric.gen.go.tmpldata | 4 +
go/arrow/internal/flatbuf/Binary.go | 1 +
go/arrow/internal/flatbuf/Buffer.go | 10 +-
go/arrow/internal/flatbuf/Map.go | 14 +-
go/arrow/internal/flatbuf/SparseMatrixIndexCSR.go | 46 +++++-
go/arrow/internal/flatbuf/SparseTensorIndexCOO.go | 135 +++++++++------
go/arrow/internal/flatbuf/Type.go | 6 +
go/arrow/math/float64_test.go | 1 +
go/arrow/math/int64_test.go | 1 +
go/arrow/math/type_test.go.tmpl | 3 +-
go/arrow/math/uint64_test.go | 1 +
go/arrow/tensor/numeric.gen.go | 50 ++++++
go/arrow/tensor/numeric.gen.go.tmpl | 6 +-
go/arrow/tensor/numeric.gen_test.go | 190 ++++++++++++++++++++++
go/arrow/tensor/numeric.gen_test.go.tmpl | 4 +-
go/arrow/tensor/tensor.go | 4 +
18 files changed, 409 insertions(+), 73 deletions(-)