[ https://issues.apache.org/jira/browse/ARROW-3279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660302#comment-17660302 ]
Rok Mihevc commented on ARROW-3279: ----------------------------------- This issue has been migrated to [issue #19619|https://github.com/apache/arrow/issues/19619] on GitHub. Please see the [migration documentation|https://github.com/apache/arrow/issues/14542] for further details. > [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 > Priority: Major > Labels: pull-request-available > Fix For: 0.11.0 > > Time Spent: 3h 40m > Remaining Estimate: 0h > > 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 (v8.20.10#820010)