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 2021/08/31 12:53:09 UTC

[arrow] branch master updated (f60bc12 -> 542e81b)

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 f60bc12  ARROW-13760: [C++] Bump required Protobuf when using Flight
     add 542e81b  ARROW-13794: [C++] Deprecate PARQUET_VERSION_2_0

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/flight/test_util.cc                  |   1 +
 cpp/src/arrow/util/macros.h                        |  13 +++
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc  | 127 ++++++++++-----------
 cpp/src/parquet/arrow/schema.cc                    |  24 ++--
 cpp/src/parquet/column_writer.cc                   |   7 +-
 cpp/src/parquet/column_writer_test.cc              |   2 +-
 cpp/src/parquet/metadata.cc                        |  14 ++-
 cpp/src/parquet/metadata.h                         |   7 +-
 cpp/src/parquet/metadata_test.cc                   |   6 +-
 cpp/src/parquet/properties.h                       |  12 --
 cpp/src/parquet/type_fwd.h                         |  47 +++++++-
 docs/source/cpp/parquet.rst                        |   2 +-
 docs/source/python/parquet.rst                     |  12 +-
 python/pyarrow/_parquet.pxd                        |   4 +-
 python/pyarrow/_parquet.pyx                        |  20 +++-
 python/pyarrow/parquet.py                          |  33 +++---
 python/pyarrow/tests/parquet/common.py             |   2 +-
 python/pyarrow/tests/parquet/test_basic.py         |  14 +--
 .../tests/parquet/test_compliant_nested_type.py    |   4 +-
 python/pyarrow/tests/parquet/test_data_types.py    |   6 +-
 python/pyarrow/tests/parquet/test_dataset.py       |  10 +-
 python/pyarrow/tests/parquet/test_datetime.py      |  28 ++---
 python/pyarrow/tests/parquet/test_metadata.py      |  11 +-
 python/pyarrow/tests/parquet/test_pandas.py        |  20 ++--
 python/pyarrow/tests/parquet/test_parquet_file.py  |  18 +--
 .../pyarrow/tests/parquet/test_parquet_writer.py   |  18 +--
 python/pyarrow/tests/test_dataset.py               |   5 +-
 27 files changed, 272 insertions(+), 195 deletions(-)