This is an automated email from the ASF dual-hosted git repository.
wjones127 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 518fc51e31 GH-28074: [C++][Dataset] Handle NaNs correctly in Parquet
predicate push-down (#15125)
add 9cb6fd6641 GH-34080: [Python] Add support for round_binary to python
(#34084)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/compute/api_scalar.cc | 1 +
python/pyarrow/_compute.pyx | 24 ++++++++++++++++++++++++
python/pyarrow/compute.py | 1 +
python/pyarrow/includes/libarrow.pxd | 5 +++++
python/pyarrow/src/arrow/python/common.h | 10 +++++-----
python/pyarrow/tests/test_compute.py | 18 ++++++++++++++++++
6 files changed, 54 insertions(+), 5 deletions(-)