This is an automated email from the ASF dual-hosted git repository.
wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 389b153 ARROW-9439: [C++] Fix crash on invalid IPC input
add dcd17bf ARROW-9445: [Python] Revert Array.equals changes + expose
comparison ops in compute
No new revisions were added by this update.
Summary of changes:
python/pyarrow/array.pxi | 31 ++++++-------------------------
python/pyarrow/compute.py | 7 +++++++
python/pyarrow/table.pxi | 10 ++++++----
python/pyarrow/tests/test_array.py | 13 +++++++++++++
python/pyarrow/tests/test_compute.py | 33 +++++++++++++++++----------------
python/pyarrow/tests/test_scalars.py | 4 ++--
python/pyarrow/tests/test_table.py | 3 +++
7 files changed, 54 insertions(+), 47 deletions(-)