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

[arrow] branch master updated (f67b724 -> 838a373)

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 f67b724  ARROW-15090: [C++] SerializedAsyncTaskGroup does not finish if an error arrives while there are still tasks to run
     add 838a373  ARROW-14522: [C++] Fix validation of ExtensionType with null storage type

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/validate.cc             |  5 +++--
 cpp/src/arrow/extension_type.h              |  3 +++
 cpp/src/arrow/type.h                        |  3 +++
 python/pyarrow/tests/test_extension_type.py | 21 +++++++++++++++++++++
 4 files changed, 30 insertions(+), 2 deletions(-)