You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/03/09 22:49:33 UTC

[arrow] branch master updated (cc74740 -> 2a0da6d)

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from cc74740  ARROW-8011: [C++] Fix buffer size when reading Parquet data to Arrow
     add 2a0da6d  ARROW-4120: [Python] Testing utility for checking for "macro" memory leaks detectible with psutil.Process

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/tests/conftest.py                   |  2 +
 .../{fs.py => tests/test_adhoc_memory_leak.py}     | 43 ++++++++++-----------
 python/pyarrow/tests/util.py                       | 44 ++++++++++++++++++++++
 3 files changed, 65 insertions(+), 24 deletions(-)
 copy python/pyarrow/{fs.py => tests/test_adhoc_memory_leak.py} (58%)