This is an automated email from the ASF dual-hosted git repository.
jorisvandenbossche pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 24ba1cf75c GH-34579: [Python][Docs] TableGroupBy.aggregate options
(#34759)
add 928ca1a461 GH-33976: [Python] Expose pyarrow.acero as public submodule
and add to reference docs (#34760)
No new revisions were added by this update.
Summary of changes:
docs/source/python/api.rst | 3 +-
docs/source/python/api/{cuda.rst => acero.rst} | 56 +++++++++++---------------
python/pyarrow/_acero.pyx | 5 +++
python/pyarrow/_dataset.pyx | 17 ++++----
python/pyarrow/{_exec_plan.py => acero.py} | 39 +++++++++++-------
python/pyarrow/lib.pyx | 14 ++++---
python/pyarrow/table.pxi | 12 +++---
python/pyarrow/tests/test_acero.py | 4 +-
python/pyarrow/tests/test_exec_plan.py | 52 ++++++++++++------------
9 files changed, 109 insertions(+), 93 deletions(-)
copy docs/source/python/api/{cuda.rst => acero.rst} (50%)
rename python/pyarrow/{_exec_plan.py => acero.py} (92%)