You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/12/23 13:29:06 UTC

[arrow] branch master updated (5279aa4 -> 8e4038b)

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

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


    from 5279aa4  ARROW-15188: [C++] Upgrade bundled re2 library version
     add 8e4038b  ARROW-13781: [Python] Allow per column encoding in parquet writer

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_dataset_parquet.pyx        |  2 +
 python/pyarrow/_parquet.pxd                |  1 +
 python/pyarrow/_parquet.pyx                | 61 +++++++++++++++++-
 python/pyarrow/parquet.py                  | 10 +++
 python/pyarrow/tests/parquet/test_basic.py | 99 ++++++++++++++++++++++++++++++
 5 files changed, 170 insertions(+), 3 deletions(-)