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 2022/02/17 15:32:00 UTC

[arrow] branch master updated (d33b6a5 -> 17fcbdb)

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 d33b6a5  ARROW-15682: [CI] Github starting to migrate "windows-latest" tag from windows 2019 to windows 2022
     add 17fcbdb  ARROW-6780: [C++][Parquet] Support DurationType in writing/reading parquet (written as int64)

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 22 ++++++++++++++++++++++
 cpp/src/parquet/arrow/reader_internal.cc          |  1 +
 cpp/src/parquet/arrow/schema.cc                   | 10 ++++++++++
 cpp/src/parquet/column_writer.cc                  |  1 +
 python/pyarrow/tests/parquet/common.py            |  1 +
 python/pyarrow/tests/parquet/test_datetime.py     |  9 +++++++++
 6 files changed, 44 insertions(+)