You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ks...@apache.org on 2021/07/21 11:32:15 UTC

[arrow] branch master updated (998f472 -> 6323c12)

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

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


    from 998f472  ARROW-12007: [C++] Loading parquet file returns "Invalid UTF8 payload" error
     add 6323c12  ARROW-13086: [Python] Expose Parquet ArrowReaderProperties::coerce_int96_timestamp_unit_

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_parquet.cc         |  6 +-
 cpp/src/arrow/dataset/file_parquet.h          |  1 +
 python/pyarrow/_dataset.pyx                   | 69 +++++++++++++++++---
 python/pyarrow/_parquet.pxd                   |  2 +
 python/pyarrow/_parquet.pyx                   | 18 +++++-
 python/pyarrow/includes/libarrow_dataset.pxd  |  1 +
 python/pyarrow/parquet.py                     | 92 ++++++++++++++++++---------
 python/pyarrow/tests/parquet/test_datetime.py | 67 +++++++++++++++++++
 python/pyarrow/tests/test_dataset.py          | 16 +++++
 9 files changed, 231 insertions(+), 41 deletions(-)