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 2020/11/16 10:51:18 UTC

[arrow] branch master updated (245564c -> f690619)

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 245564c  ARROW-10560: [Python] Fix crash when creating array from huge string
     add f690619  ARROW-10519: [Python] Fix deadlock when importing pandas from several threads

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/helpers.cc                    | 29 +++++++++++++++-------
 ...rialize_buffer.py => pandas_threaded_import.py} | 26 ++++++++++++++++---
 python/pyarrow/tests/test_pandas.py                |  6 ++++-
 3 files changed, 47 insertions(+), 14 deletions(-)
 copy python/pyarrow/tests/{deserialize_buffer.py => pandas_threaded_import.py} (57%)