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/06/22 18:21:18 UTC

[arrow] branch master updated (8aeec28 -> da841cc)

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 8aeec28  ARROW-12983: [C++][Python][R] Properly overflow to chunked array in Python-to-Arrow conversion
     add da841cc  ARROW-13135: [C++] Fix Status propagation from Parquet exception

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_parquet.cc      | 87 ++++++++++++++++++------------
 cpp/src/arrow/dataset/file_parquet_test.cc |  2 +-
 cpp/src/arrow/dataset/test_util.h          |  4 +-
 cpp/src/parquet/exception.h                | 43 ++++++++-------
 cpp/src/parquet/reader_test.cc             |  8 +--
 python/pyarrow/tests/parquet/test_basic.py | 16 +++++-
 python/pyarrow/tests/test_hdfs.py          | 17 +++---
 7 files changed, 107 insertions(+), 70 deletions(-)