This is an automated email from the ASF dual-hosted git repository.
joellubi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 0ea00f4b7d GH-43293: [Docs] Update code block for Installing Java
Modules (#43295)
add cf9f3db95c GH-43276: [Go][Parquet] Make DeltaBitPacking
Encoders/Decoders Generic (#43279)
No new revisions were added by this update.
Summary of changes:
go/parquet/file/file_reader_test.go | 62 ++++++
go/parquet/internal/encoding/delta_bit_packing.go | 221 ++++++---------------
go/parquet/internal/encoding/delta_byte_array.go | 13 +-
.../internal/encoding/delta_length_byte_array.go | 6 +-
.../internal/encoding/encoding_benchmarks_test.go | 45 +++++
go/parquet/internal/encoding/typed_encoder.gen.go | 27 +--
.../internal/encoding/typed_encoder.gen.go.tmpl | 15 +-
7 files changed, 197 insertions(+), 192 deletions(-)