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 2021/03/04 16:20:02 UTC

[arrow] branch master updated (f55f657 -> 79d1f44)

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 f55f657  ARROW-11856: [C++] Remove unused reference to RecordBatchStreamWriter
     add 79d1f44  PARQUET-1655: [C++] Fix comparison of Decimal values in statistics

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc |  64 ++++++++----
 cpp/src/parquet/arrow/reader_internal.cc          |  72 +++++++++++--
 cpp/src/parquet/statistics.cc                     | 121 ++++++++++++++++------
 cpp/src/parquet/statistics_test.cc                |  87 +++++++++++-----
 4 files changed, 263 insertions(+), 81 deletions(-)