You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2022/10/04 07:00:39 UTC

[arrow] branch master updated (97ca1d25d0 -> 4660180848)

This is an automated email from the ASF dual-hosted git repository.

kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


    from 97ca1d25d0 ARROW-17856: [CI][Archery] Add new Archery command to delete old branches and tags on crossbow repo (#14248)
     add 4660180848 ARROW-17450 : [C++][Parquet] Support RLE decode for boolean datatype (#14147)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/util/endian.h      |  16 +++---
 cpp/src/parquet/column_reader.cc |   6 ++
 cpp/src/parquet/encoding.cc      |  85 +++++++++++++++++++--------
 cpp/src/parquet/encoding.h       |   8 +--
 cpp/src/parquet/encoding_test.cc |   9 ++-
 cpp/src/parquet/reader_test.cc   | 121 +++++++++++++++++++++++++++++++++++++++
 cpp/submodules/parquet-testing   |   2 +-
 7 files changed, 203 insertions(+), 44 deletions(-)