[
https://issues.apache.org/jira/browse/ARROW-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17660801#comment-17660801
]
Rok Mihevc commented on ARROW-3778:
-----------------------------------
This issue has been migrated to [issue
#20132|https://github.com/apache/arrow/issues/20132] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [C++] Don't put implementations in test-util.h
> ----------------------------------------------
>
> Key: ARROW-3778
> URL: https://issues.apache.org/jira/browse/ARROW-3778
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Affects Versions: 0.11.1
> Reporter: Antoine Pitrou
> Assignee: Wes McKinney
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> {{test-util.h}} is included in most (all?) test files, and it's quite long to
> compile because it includes many other files and recompiles helper functions
> all the time. Instead we should have only declarations in {{test-util.h}} and
> put implementations in a separate {{.cc}} file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)