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 2019/08/26 10:12:12 UTC

[arrow] branch master updated (7f3ff24 -> c9bd6d7)

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 7f3ff24  ARROW-6335: [Java] Improve the performance of DictionaryHashTable
     add c9bd6d7  ARROW-6301: [C++][Python] Prevent ExtensionType-related race condition in Python process teardown by exposing shared_ptr to global "ExtensionTypeRegistry"

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/extension_type.cc      | 88 ++++++++++++++++++++++++++----------
 cpp/src/arrow/extension_type.h       | 14 ++++++
 python/pyarrow/includes/libarrow.pxd |  4 ++
 python/pyarrow/types.pxi             | 16 +++++++
 4 files changed, 97 insertions(+), 25 deletions(-)