Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
The std::string constructor call here is narrowing wchar_t to char, which emits warning C4244 on current releases of Visual Studio: https://github.com/apache/arrow/blob/master/cpp/src/arrow/vendored/datetime/tz.cpp#L205