This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 14e45a2495 GH-45357: [C++] Disable Flight test (#45232)
add ac1e7ec6c2 GH-45358: [C++][Python] Add MemoryPool method to print
statistics (#45359)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/memory_pool.cc | 28 ++++++++++++++++++++++++++++
cpp/src/arrow/memory_pool.h | 10 ++++++++++
cpp/src/arrow/memory_pool_internal.h | 1 +
cpp/src/arrow/memory_pool_jemalloc.cc | 4 ++++
python/pyarrow/includes/libarrow.pxd | 3 +++
python/pyarrow/memory.pxi | 25 +++++++++++++++++++++++++
python/pyarrow/tests/test_memory.py | 22 ++++++++++++++++++++++
7 files changed, 93 insertions(+)