This is an automated email from the ASF dual-hosted git repository.
rok pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from e137a0423f GH-47582: [CI][Packaging] Move linux-packaging tasks to
apache/arrow repository (#47600)
add bf342b2963 GH-30036: [C++] Timezone-aware kernels should handle offset
strings (e.g. "+04:30") (#12865)
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 2 +
.../arrow/compute/kernels/scalar_cast_string.cc | 4 +-
.../compute/kernels/scalar_temporal_binary.cc | 3 -
.../arrow/compute/kernels/scalar_temporal_test.cc | 260 ++++++++++++++-------
.../arrow/compute/kernels/scalar_temporal_unary.cc | 62 ++---
cpp/src/arrow/compute/kernels/temporal_internal.cc | 55 +++++
cpp/src/arrow/compute/kernels/temporal_internal.h | 102 +++++---
cpp/src/arrow/meson.build | 2 +
cpp/src/arrow/util/date_internal.h | 71 ++++++
python/pyarrow/tests/test_compute.py | 7 +
10 files changed, 410 insertions(+), 158 deletions(-)
create mode 100644 cpp/src/arrow/compute/kernels/temporal_internal.cc
create mode 100644 cpp/src/arrow/util/date_internal.h