You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2021/06/07 19:36:00 UTC

[jira] [Created] (ARROW-12998) [C++] Datasets needs dependency on xsimd

David Li created ARROW-12998:
--------------------------------

             Summary: [C++] Datasets needs dependency on xsimd
                 Key: ARROW-12998
                 URL: https://issues.apache.org/jira/browse/ARROW-12998
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: David Li
            Assignee: David Li
             Fix For: 5.0.0


Because of ARROW-12644 now partition.cc includes utf.8 which in turn includes xsimd. There's no dependency exposed to CMake so if Ninja et. al. schedule the build 'badly', it'll build partition.cc before building xsimd, causing a missing header error.

Example: [https://github.com/apache/arrow/pull/10470/checks?check_run_id=2767312685]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)