This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 0140089a7f GH-46791: [C++] Add `Status::OrElse`, `IntoStatus<T>` and
`ToStatus` (#46792)
add 587b3fcad5 GH-43891: [C++][Parquet] Faster reading of
FIXED_LEN_BYTE_ARRAY data (#46886)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/builder_binary.h | 40 +-
cpp/src/arrow/array/builder_primitive.h | 26 +
cpp/src/arrow/buffer_builder.h | 4 +
cpp/src/arrow/util/spaced_internal.h | 76 ++-
cpp/src/parquet/arrow/reader_writer_benchmark.cc | 66 ++-
cpp/src/parquet/column_reader.cc | 72 +--
cpp/src/parquet/column_reader.h | 4 +-
cpp/src/parquet/decoder.cc | 633 ++++++++++++-----------
cpp/src/parquet/encoding_test.cc | 49 +-
9 files changed, 569 insertions(+), 401 deletions(-)