This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from acce03b  ARROW-13628: [Rust] Activate IPC month_day_nano_interval 
integration test for rust
     add edab145  ARROW-14822: [C++] Implement floor/ceil/round for temporal 
objects

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/api_scalar.cc                |  65 +++
 cpp/src/arrow/compute/api_scalar.h                 |  74 +++
 cpp/src/arrow/compute/function_test.cc             |   4 +
 .../arrow/compute/kernels/scalar_temporal_test.cc  | 622 +++++++++++++++++++++
 .../arrow/compute/kernels/scalar_temporal_unary.cc | 367 +++++++++++-
 cpp/src/arrow/compute/kernels/temporal_internal.h  |  21 +
 docs/source/cpp/compute.rst                        |  24 +-
 docs/source/python/api/compute.rst                 |   4 +
 python/pyarrow/_compute.pyx                        |  42 ++
 python/pyarrow/compute.py                          |   1 +
 python/pyarrow/includes/libarrow.pxd               |  31 +
 python/pyarrow/tests/test_compute.py               |  68 +++
 12 files changed, 1311 insertions(+), 12 deletions(-)

Reply via email to