You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/06/22 21:56:40 UTC

[arrow] branch master updated (da841cc -> 133b1a9)

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

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


    from da841cc  ARROW-13135: [C++] Fix Status propagation from Parquet exception
     add 133b1a9  ARROW-10440: [C++][Dataset] Visit FileWriters before Finish

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.cc    | 34 +++++++++++++++++++---------------
 cpp/src/arrow/dataset/file_base.h     | 17 ++++++++++++++---
 cpp/src/arrow/dataset/file_csv.h      |  3 ++-
 cpp/src/arrow/dataset/file_ipc.cc     | 11 +++++++----
 cpp/src/arrow/dataset/file_ipc.h      |  6 ++++--
 cpp/src/arrow/dataset/file_parquet.cc | 16 ++++++++++------
 cpp/src/arrow/dataset/file_parquet.h  |  6 ++++--
 cpp/src/arrow/dataset/file_test.cc    | 19 ++++++++++---------
 cpp/src/arrow/dataset/test_util.h     | 21 +++++++++++++++++----
 9 files changed, 87 insertions(+), 46 deletions(-)