You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/03/25 15:38:24 UTC

[arrow] branch master updated (65a4e65 -> b13dc65)

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

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


    from 65a4e65  ARROW-11596: [Python][Dataset] make ScanTask.execute() eager
     add b13dc65  ARROW-11750: [Python][Dataset] Add support for project expressions

No new revisions were added by this update.

Summary of changes:
 docs/source/python/dataset.rst               | 32 +++++++++++++++
 python/pyarrow/_dataset.pyx                  | 61 ++++++++++++++++++++++++----
 python/pyarrow/includes/libarrow_dataset.pxd |  3 +-
 python/pyarrow/tests/test_dataset.py         | 54 +++++++++++++++++-------
 4 files changed, 126 insertions(+), 24 deletions(-)