Gang Wu created ORC-1686: ---------------------------- Summary: Avoid using std::filesystem Key: ORC-1686 URL: https://issues.apache.org/jira/browse/ORC-1686 Project: ORC Issue Type: Sub-task Reporter: Gang Wu Assignee: Gang Wu
Apache Arrow C++ library is required to support old compilers like clang8. Since Apache ORC C++ library has used std::filesystem to check TZDB availability since 2.0.0, Apache Arrow requires to add more linking options for std::filesystem. See https://github.com/apache/arrow/pull/41023 for detail. -- This message was sent by Atlassian Jira (v8.20.10#820010)