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/12/15 13:29:44 UTC

[arrow] branch master updated (a5b4ff7 -> f67b724)

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 a5b4ff7  ARROW-14766: [Python] Mark compute function arguments positional-only
     add f67b724  ARROW-15090: [C++] SerializedAsyncTaskGroup does not finish if an error arrives while there are still tasks to run

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset_writer.cc |  6 +++++-
 cpp/src/arrow/dataset/file_base.h       |  5 ++++-
 cpp/src/arrow/util/async_util.cc        |  2 +-
 cpp/src/arrow/util/async_util_test.cc   | 16 ++++++++++++++++
 4 files changed, 26 insertions(+), 3 deletions(-)