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/05/12 14:55:38 UTC

[arrow] branch master updated (02d6675 -> 0a0c9f9)

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 02d6675  ARROW-12687: [C++][Python][Dataset] Convert Scanner into a RecordBatchReader
     add 0a0c9f9  ARROW-12584: [C++][Python] Expose method for benchmarking tools to release unused memory from the allocators

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/memory_pool.cc         | 20 ++++++++++++++++++++
 cpp/src/arrow/memory_pool.h          |  7 +++++++
 python/pyarrow/includes/libarrow.pxd |  1 +
 python/pyarrow/memory.pxi            | 15 +++++++++++++++
 python/pyarrow/tests/test_memory.py  |  5 +++++
 5 files changed, 48 insertions(+)