Rok Mihevc created ARROW-16618:
----------------------------------
Summary: [C++][Python] strptime fails to parse with %p on Windows
Key: ARROW-16618
URL: https://issues.apache.org/jira/browse/ARROW-16618
Project: Apache Arrow
Issue Type: Bug
Components: C++, Python
Reporter: Rok Mihevc
As reported in https://github.com/apache/arrow/issues/13111 parsing a timestamp
with %p will fail on Windows. This is probably due to issues with vendored
strptime on Windows locales.
We should explore which flags can be enabled and how. Strptime tests suite
should be expanded
https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/kernels/scalar_string_test.cc#L1842-L1890.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)