This is an automated email from the ASF dual-hosted git repository.
jonkeane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 919d113 ARROW-13564: [Dev] Check individual commit messages for
"Co-authored-by:" tags when integrating a pull request
add f4dfd6c ARROW-13168: [C++][R] Enable runtime timezone database for
Windows
No new revisions were added by this update.
Summary of changes:
.github/workflows/cpp.yml | 6 +++
ci/appveyor-cpp-setup.bat | 14 ++++++
..._cgo_python_test.sh => download_tz_database.sh} | 29 +++---------
.../arrow/compute/kernels/scalar_cast_string.cc | 7 ---
cpp/src/arrow/compute/kernels/scalar_cast_test.cc | 43 ++++++------------
.../arrow/compute/kernels/scalar_temporal_test.cc | 19 +++++---
.../arrow/compute/kernels/scalar_temporal_unary.cc | 13 ------
cpp/src/arrow/config.cc | 28 ++++++++++++
cpp/src/arrow/config.h | 18 ++++++++
cpp/src/arrow/public_api_test.cc | 44 +++++++++++++++++++
cpp/src/arrow/testing/util.cc | 20 +++++++++
cpp/src/arrow/testing/util.h | 8 ++++
docs/source/cpp/api/support.rst | 10 +++++
docs/source/cpp/build_system.rst | 23 ++++++++++
docs/source/developers/cpp/windows.rst | 9 ++++
r/DESCRIPTION | 1 +
r/R/arrow-package.R | 8 ++++
r/R/arrowExports.R | 4 ++
r/R/dplyr-funcs-datetime.R | 15 +++++--
r/src/arrowExports.cpp | 17 ++++++++
r/src/config.cpp | 13 ++++++
r/tests/testthat/test-dplyr-funcs-datetime.R | 51 +++++-----------------
22 files changed, 281 insertions(+), 119 deletions(-)
copy ci/scripts/{go_cgo_python_test.sh => download_tz_database.sh} (65%)
mode change 100755 => 100644