You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (JIRA)" <ji...@apache.org> on 2018/09/20 14:07:00 UTC

[jira] [Created] (ARROW-3279) [C++] Allow linking Arrow tests dynamically on Windows

Antoine Pitrou created ARROW-3279:
-------------------------------------

             Summary: [C++] Allow linking Arrow tests dynamically on Windows
                 Key: ARROW-3279
                 URL: https://issues.apache.org/jira/browse/ARROW-3279
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.10.0
            Reporter: Antoine Pitrou
            Assignee: Antoine Pitrou


On Windows, C++ modules are compiled once for each library kind (static, shared). This means we do twice the work on e.g. AppVeyor. We should be able to link the Arrow tests with the Arrow DLL instead, at least on Windows.

Things are a bit more complicated for Parquet because of PARQUET-1420.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)