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 2020/09/14 17:22:55 UTC

[arrow] branch master updated (90e474d -> 77a9933)

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 90e474d  ARROW-5123: [Rust] Parquet derive for simple structs
     add 77a9933  ARROW-9465: [Python] Improve ergonomics of compute module

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_aggregate.h              |   2 +-
 cpp/src/arrow/compute/exec.cc                      |   3 -
 cpp/src/arrow/compute/function.cc                  |   6 +
 cpp/src/arrow/compute/function.h                   |   6 +-
 cpp/src/arrow/compute/kernel.cc                    |   5 +
 cpp/src/arrow/compute/kernel_test.cc               |   9 +
 .../compute/kernels/aggregate_basic_internal.h     |   6 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc    |   6 +-
 cpp/src/arrow/compute/kernels/scalar_set_lookup.cc |  31 +--
 docs/source/cpp/compute.rst                        |   2 +-
 python/pyarrow/_compute.pyx                        | 191 +++++++++++++++--
 python/pyarrow/compute.py                          | 229 ++++++++++++++-------
 python/pyarrow/includes/libarrow.pxd               |  11 +
 python/pyarrow/tests/test_compute.py               | 187 +++++++++++++++--
 r/src/compute.cpp                                  |   2 +-
 15 files changed, 563 insertions(+), 133 deletions(-)