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/09/22 13:44:32 UTC

[arrow] branch master updated (ec7aeb5 -> 251ca7a)

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 ec7aeb5  PARQUET-2089: [C++] Align RowGroup file_offset with specification
     add 251ca7a  ARROW-13327: [C++][Python] Improve consistency of explicit C++ types in PyArrow files

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.h   |   6 +-
 cpp/src/arrow/compute/api_vector.h   |  20 +-
 python/pyarrow/_compute.pyx          | 580 +++++++++++++++++------------------
 python/pyarrow/array.pxi             |   7 +-
 python/pyarrow/compute.py            |  73 +++--
 python/pyarrow/includes/libarrow.pxd | 146 +++++----
 python/pyarrow/table.pxi             |   4 +-
 python/pyarrow/tests/test_compute.py | 115 +++----
 8 files changed, 488 insertions(+), 463 deletions(-)