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/08/17 20:24:22 UTC

[arrow] branch master updated (2ba0566 -> 7cc6f78)

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 2ba0566  ARROW-3246: [C++][Python][Parquet] Direct writing of DictionaryArray to Parquet columns, automatic decoding to Arrow
     add 7cc6f78  ARROW-5028: [Python] Avoid malformed ListArray types caused by reaching StringBuilder capacity when converting from Python sequence

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/python_to_arrow.cc | 33 ++++++++++++++++++++++-----------
 python/pyarrow/tests/test_array.py      |  7 +++++++
 2 files changed, 29 insertions(+), 11 deletions(-)