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:25:09 UTC

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

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 7cc6f78  ARROW-5028: [Python] Avoid malformed ListArray types caused by reaching StringBuilder capacity when converting from Python sequence
     add abeb7a9  ARROW-5085: [C++][Parquet][Python] Do not allow reading to dictionary type unless we have implemented support for it

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/reader_internal.cc | 11 +++++++++--
 python/pyarrow/tests/test_parquet.py     | 18 ++++++++++++++++++
 2 files changed, 27 insertions(+), 2 deletions(-)