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/05 18:12:30 UTC

[arrow] branch master updated (456a8d5 -> 7aefa50)

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 456a8d5  ARROW-6128: [C++] Suppress a class-memaccess warning
     add 7aefa50  ARROW-3325: [Python][Parquet] Add "read_dictionary" argument to parquet.read_table, ParquetDataset to enable direct-to-DictionaryArray reads

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow-reader-writer-test.cc |  37 ++---
 cpp/src/parquet/arrow/reader.cc                   |  56 +++++--
 cpp/src/parquet/arrow/reader.h                    |  33 +++-
 docs/source/python/parquet.rst                    |  15 +-
 python/pyarrow/_parquet.pxd                       |  31 ++--
 python/pyarrow/_parquet.pyx                       |  46 +++---
 python/pyarrow/array.pxi                          |   6 +
 python/pyarrow/parquet.py                         | 176 +++++++++++-----------
 python/pyarrow/table.pxi                          |  75 +++++----
 python/pyarrow/tests/test_csv.py                  |   6 +-
 python/pyarrow/tests/test_json.py                 |   4 +-
 python/pyarrow/tests/test_orc.py                  |   2 +-
 python/pyarrow/tests/test_parquet.py              |  93 ++++++++++--
 python/pyarrow/tests/test_table.py                |  39 ++---
 14 files changed, 386 insertions(+), 233 deletions(-)