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-go.git
from 497a462d perf(compute): vectorize numeric to boolean casts (#1282)
add 0b03215b fix(arrow/scalar): align timestamp timezone parsing (#1109)
No new revisions were added by this update.
Summary of changes:
arrow/array/timestamp.go | 84 ++++--
arrow/array/timestamp_test.go | 89 +++++-
arrow/avro/testdata/testdata.go | 62 +++--
arrow/compute/cast_test.go | 87 ++++--
arrow/compute/expression_test.go | 4 +-
arrow/compute/internal/kernels/cast_temporal.go | 6 +
arrow/compute/internal/kernels/rounding.go | 2 +-
arrow/compute/internal/kernels/string_casts.go | 27 +-
arrow/compute/scalar_compare.go | 26 ++
arrow/compute/scalar_compare_test.go | 113 +++++++-
arrow/compute/temporal_rounding_test.go | 4 +
arrow/compute/utils.go | 12 +-
arrow/csv/common.go | 19 ++
arrow/csv/reader.go | 54 +++-
arrow/csv/reader_test.go | 181 ++++++++++++
arrow/csv/testdata/header.csv | 6 +-
arrow/csv/testdata/types.csv | 6 +-
arrow/csv/transformer.go | 15 +-
arrow/csv/writer_test.go | 125 ++++++++-
arrow/datatype_fixedwidth.go | 117 ++++++--
arrow/datatype_fixedwidth_test.go | 126 +++++++++
arrow/extensions/variant.go | 12 +-
arrow/extensions/variant_test.go | 86 ++++++
arrow/scalar/parse.go | 40 ++-
arrow/scalar/scalar_test.go | 347 +++++++++++++++++++++++-
arrow/scalar/temporal.go | 27 +-
26 files changed, 1492 insertions(+), 185 deletions(-)