You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2021/01/11 14:30:56 UTC

[arrow] branch master updated (3be7592 -> 053f474)

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

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


    from 3be7592  ARROW-11165: [Rust][DataFusion] Document Postgres as standard SQL dialect
     add 053f474  ARROW-11009: [C++] Allow changing default memory pool with an environment variable

No new revisions were added by this update.

Summary of changes:
 .travis.yml                          |   4 +-
 ci/scripts/cpp_build.sh              |   2 +-
 cpp/src/arrow/memory_pool.cc         | 116 ++++++++++++++++++++++++++++++-----
 cpp/src/arrow/memory_pool.h          |   8 +--
 cpp/src/arrow/memory_pool_test.cc    |  17 +++++
 cpp/src/arrow/util/string.cc         |  17 ++++-
 cpp/src/arrow/util/string.h          |   5 ++
 docker-compose.yml                   |   4 ++
 docs/source/cpp/memory.rst           |  17 ++++-
 python/pyarrow/includes/libarrow.pxd |   1 +
 python/pyarrow/memory.pxi            |   7 +++
 python/pyarrow/tests/test_memory.py  |  45 ++++++++++++++
 12 files changed, 218 insertions(+), 25 deletions(-)