You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/11/23 13:54:45 UTC

[arrow] branch master updated (9fadd56 -> b4a0751)

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

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


    from 9fadd56  ARROW-10143: [C++] Rewrite Array(Range)Equals
     add b4a0751  ARROW-10426: [C++] Allow writing large strings to Parquet

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 203 +++++++++++++++-------
 cpp/src/parquet/arrow/reader_internal.cc          |  21 ++-
 cpp/src/parquet/arrow/schema.cc                   |   9 +
 cpp/src/parquet/arrow/test_util.h                 |   3 +-
 cpp/src/parquet/column_reader.cc                  |  11 ++
 cpp/src/parquet/column_writer.cc                  |   6 +-
 cpp/src/parquet/encoding.cc                       | 117 ++++++++-----
 cpp/src/parquet/statistics.cc                     | 146 ++++++++--------
 cpp/src/parquet/statistics_test.cc                |  20 ++-
 python/pyarrow/tests/test_parquet.py              |  46 ++++-
 10 files changed, 382 insertions(+), 200 deletions(-)