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

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


    from 0205057  ARROW-14073: [C++] Deduplicate sort keys
     add 2bf4421  ARROW-13549: [C++] Add casts from timestamp to date/time

No new revisions were added by this update.

Summary of changes:
 .../arrow/compute/kernels/scalar_cast_temporal.cc  | 220 ++++++++++---
 cpp/src/arrow/compute/kernels/scalar_cast_test.cc  | 346 ++++++++++++++++++---
 cpp/src/arrow/compute/kernels/scalar_temporal.cc   | 178 +----------
 cpp/src/arrow/compute/kernels/temporal_internal.h  | 209 +++++++++++++
 docs/source/python/api/compute.rst                 |  23 ++
 python/pyarrow/tests/test_pandas.py                |  25 +-
 6 files changed, 726 insertions(+), 275 deletions(-)
 create mode 100644 cpp/src/arrow/compute/kernels/temporal_internal.h

Reply via email to