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 8ea2c931ab ARROW-15067: [C++] Add tracing spans to the scanner
     add dd42155733 ARROW-15523: [Python] Support for Datasets as inputs of 
Joins

No new revisions were added by this update.

Summary of changes:
 python/CMakeLists.txt                        |  1 +
 python/pyarrow/_dataset.pxd                  | 14 +++++
 python/pyarrow/_dataset.pyx                  |  4 --
 python/pyarrow/_exec_plan.pyx                | 77 +++++++++++++++++++---------
 python/pyarrow/compute.py                    |  1 -
 python/pyarrow/includes/libarrow.pxd         |  1 +
 python/pyarrow/includes/libarrow_dataset.pxd | 14 +++--
 python/pyarrow/lib.pyx                       | 14 ++++-
 python/pyarrow/table.pxi                     |  6 +--
 python/pyarrow/tests/test_exec_plan.py       | 45 ++++++++++------
 python/pyarrow/tests/test_table.py           |  3 ++
 11 files changed, 128 insertions(+), 52 deletions(-)

Reply via email to