Describe the bug, including details regarding any error messages, version, and platform.
Lots of R builds (e.g. here) are failing with the following error:
Invalid: Timestamps already have a timezone: 'UTC'. Cannot localize to 'UTC'.
which comes from this line in the C++ library:
|
return Status::Invalid("Timestamps already have a timezone: '", timezone, |
This happened since we updated the vendored version of the date library, so perhaps could be related to that?
Component(s)
C++
Describe the bug, including details regarding any error messages, version, and platform.
Lots of R builds (e.g. here) are failing with the following error:
which comes from this line in the C++ library:
arrow/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc
Line 124 in b60bb96
This happened since we updated the vendored version of the date library, so perhaps could be related to that?
Component(s)
C++