raulcd opened a new issue, #36448: URL: https://github.com/apache/arrow/issues/36448
### Describe the bug, including details regarding any error messages, version, and platform. The nightly job [test-build-vcpkg-win](https://github.com/ursacomputing/crossbow/actions/runs/5449606618/jobs/9914007500) has been failing since https://github.com/apache/arrow/issues/36309 was merged. The current error: ``` D:/a/crossbow/crossbow/arrow/cpp/src/arrow/scalar_test.cc(1082,1): error C2665: 'testing::HasSubstr': none of the 2 overloads could convert all the argument types [D:\a\crossbow\crossbow\arrow\cpp\build\src\arrow\arrow-scalar-test.vcxproj] D:/a/crossbow/crossbow/arrow/cpp/vcpkg_installed/x64-windows/share/rapidjson/../../include\gmock/gmock-matchers.h(3892,70): message : could be 'testing::PolymorphicMatcher<testing::internal::HasSubstrMatcher<std::wstring>> testing::HasSubstr(const std::wstring &)' [D:\a\crossbow\crossbow\arrow\cpp\build\src\arrow\arrow-scalar-test.vcxproj] D:/a/crossbow/crossbow/arrow/cpp/vcpkg_installed/x64-windows/share/rapidjson/../../include\gmock/gmock-matchers.h(3840,69): message : or 'testing::PolymorphicMatcher<testing::internal::HasSubstrMatcher<std::string>> testing::HasSubstr(const std::string &)' [D:\a\crossbow\crossbow\arrow\cpp\build\src\arrow\arrow-scalar-test.vcxproj] D:/a/crossbow/crossbow/arrow/cpp/src/arrow/scalar_test.cc(1082,1): message : while trying to match the argument list '(std::string_view)' [D:\a\crossbow\crossbow\arrow\cpp\build\src\arrow\arrow-scalar-test.vcxproj] D:/a/crossbow/crossbow/arrow/cpp/src/arrow/scalar_test.cc(1233): message : see reference to function template instantiation 'void arrow::CheckInvalidListCast<arrow::MapScalar>(const ScalarType &,const std::shared_ptr<arrow::DataType> &,std::string_view)' being compiled [D:\a\crossbow\crossbow\arrow\cpp\build\src\arrow\arrow-scalar-test.vcxproj] with [ ScalarType=arrow::MapScalar ] D:/a/crossbow/crossbow/arrow/cpp/src/arrow/scalar_test.cc(1082,1): error C2672: 'testing::internal::MakePredicateFormatterFromMatcher': no matching overloaded function found [D:\a\crossbow\crossbow\arrow\cpp\build\src\arrow\arrow-scalar-test.vcxproj] D:/a/crossbow/crossbow/arrow/cpp/src/arrow/scalar_test.cc(1082,1): error C2737: 'gtest_ar': const object must be initialized [D:\a\crossbow\crossbow\arrow\cpp\build\src\arrow\arrow-scalar-test.vcxproj] ``` ### Component(s) C++, Continuous Integration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
