You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by am...@apache.org on 2022/12/12 13:38:31 UTC

[arrow] branch master updated (398ce31ddf -> f67009aac2)

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

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


    from 398ce31ddf ARROW-18429 [R]: Bump dev version following 10.0.1 patch release (#14887)
     add f67009aac2 ARROW-16616: [Python] Add lazy Dataset.filter() method (#13409)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/exec/options.cc        |  17 +++-
 cpp/src/arrow/compute/exec/options.h         |   4 +
 cpp/src/arrow/dataset/scanner.cc             |   9 +-
 cpp/src/arrow/dataset/scanner.h              |   3 +
 docs/source/python/compute.rst               |  15 ++-
 python/pyarrow/_dataset.pxd                  |  17 ++++
 python/pyarrow/_dataset.pyx                  | 121 ++++++++++++++++++++---
 python/pyarrow/_exec_plan.pyx                |  42 +++++---
 python/pyarrow/dataset.py                    |   8 ++
 python/pyarrow/includes/libarrow.pxd         |   3 +
 python/pyarrow/includes/libarrow_dataset.pxd |   2 +
 python/pyarrow/tests/test_dataset.py         | 142 +++++++++++++++++++++++++--
 12 files changed, 339 insertions(+), 44 deletions(-)