This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 5632423 ARROW-15076: [C++][Gandiva] Fix allocation of AES
{en,de}cryption result
add 093fdad ARROW-15077: [Python] Move Expression class from _dataset to
_compute cython module
No new revisions were added by this update.
Summary of changes:
python/pyarrow/_compute.pxd | 23 +++
python/pyarrow/_compute.pyx | 202 +++++++++++++++++++++++++++
python/pyarrow/_dataset.pxd | 21 ---
python/pyarrow/_dataset.pyx | 197 +-------------------------
python/pyarrow/_dataset_parquet.pyx | 3 +-
python/pyarrow/compute.py | 38 ++++-
python/pyarrow/dataset.py | 38 +----
python/pyarrow/gandiva.pyx | 10 +-
python/pyarrow/includes/libarrow.pxd | 51 +++++++
python/pyarrow/includes/libarrow_dataset.pxd | 49 -------
python/pyarrow/includes/libgandiva.pxd | 6 +-
python/pyarrow/tests/test_compute.py | 61 ++++++++
python/pyarrow/tests/test_dataset.py | 61 --------
13 files changed, 387 insertions(+), 373 deletions(-)