HaochengLIU commented on issue #14917: URL: https://github.com/apache/arrow/issues/14917#issuecomment-1489522112
To complete the story, the root cause is system GTest is compiled with std=C++14 and Arrow default to std=C++17. When mixing standards, 17 features like std::to_chars and std::string_views causes link error. -- 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]
