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 2019/09/06 16:23:15 UTC

[arrow] branch master updated (53c5af0 -> e29e267)

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 53c5af0  ARROW-6478: [C++] Revert to jemalloc stable-4 until we understand 5.2.x performance issues
     add e29e267  ARROW-6435: [Python] Use pandas null coding consistently on List and Struct types

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/arrow_to_pandas.cc |   9 +-
 cpp/src/arrow/python/helpers.cc         |   7 +
 cpp/src/arrow/python/helpers.h          |   3 +
 cpp/src/arrow/python/python_to_arrow.cc | 256 +++++++++++++++++---------------
 docker-compose.yml                      |   4 +-
 integration/hdfs/Dockerfile             |  11 +-
 python/pyarrow/tests/test_pandas.py     |  21 +++
 7 files changed, 183 insertions(+), 128 deletions(-)