Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.12.0
Description
***\lang\c++\test\CommonsSchemasTests.cc(44,55): Reason : cannot convert from 'const std::filesystem::path::value_type *' to 'const avro::DataFileReader<avro::GenericDatum>
On Windows, std::filesystem::path::value_type is based on wchar_t and not on char. (std::filesystem::path). That's why DataFileReader<> constructor is not compatible with the filesystem::path default string conversion operator.
Attachments
Issue Links
- links to