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.
Reporter: Antoine Pitrou / @pitrou
Assignee: Wes McKinney / @wesm
PRs and other links:
Note: This issue was originally created as ARROW-3778. Please see the migration documentation for further details.
test-util.his 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 intest-util.hand put implementations in a separate.ccfile.Reporter: Antoine Pitrou / @pitrou
Assignee: Wes McKinney / @wesm
PRs and other links:
Note: This issue was originally created as ARROW-3778. Please see the migration documentation for further details.