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/08/05 14:16:02 UTC

[arrow] branch master updated (d389ef6 -> b1626f6)

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 d389ef6  ARROW-13559: [CI][C++] Move the test-conda-cpp-valgrind nightly build to azure
     add b1626f6  ARROW-12359: [C++] Deprecate FileSystem::OpenAppendStream

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_base.cc     | 15 +++------------
 cpp/src/arrow/filesystem/filesystem.cc |  6 ++++++
 cpp/src/arrow/filesystem/filesystem.h  |  3 +++
 cpp/src/arrow/testing/macros.h         | 29 -----------------------------
 cpp/src/arrow/util/macros.h            | 21 +++++++++++++++++++++
 cpp/src/parquet/column_reader_test.cc  | 10 +++++-----
 python/pyarrow/_fs.pyx                 | 12 +++++++++++-
 python/pyarrow/tests/test_fs.py        |  2 ++
 8 files changed, 51 insertions(+), 47 deletions(-)
 delete mode 100644 cpp/src/arrow/testing/macros.h