You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/06/11 10:14:38 UTC

[arrow] branch master updated (28a4f50 -> 167201e)

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

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


    from 28a4f50  ARROW-9098: [C++] Fixed ToStructArray handling of 0 column RecordBatches
     add 167201e  ARROW-8860: [C++] Fix IPC/Feather decompression for nested types (with child_data)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/reader.cc          | 93 ++++++++++++++++++++++--------------
 python/pyarrow/tests/conftest.py     |  3 +-
 python/pyarrow/tests/test_feather.py | 30 +++++++++++-
 3 files changed, 88 insertions(+), 38 deletions(-)