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/24 20:06:51 UTC

[arrow] branch master updated (e971567 -> fcc7fce)

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 e971567  ARROW-6343: [Java][Vector] Fix allocation helper.
     add fcc7fce  ARROW-6302: [C++][Parquet][Python] Restore ordered type property when reading dictionary type with serialized Arrow schema

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/type.cc                    |  7 +++++--
 cpp/src/arrow/type_test.cc               |  4 ++++
 cpp/src/parquet/arrow/reader_internal.cc | 32 ++++++--------------------------
 python/pyarrow/tests/test_parquet.py     | 16 ++++++++++++++++
 python/pyarrow/tests/test_types.py       | 12 ++++++++++++
 5 files changed, 43 insertions(+), 28 deletions(-)