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

[jira] [Created] (ARROW-3169) [C++] Break array-test.cc and array.cc into multiple compilation units

Wes McKinney created ARROW-3169:
-----------------------------------

             Summary: [C++] Break array-test.cc and array.cc into multiple compilation units
                 Key: ARROW-3169
                 URL: https://issues.apache.org/jira/browse/ARROW-3169
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.12.0


To improve readability I suggest splitting array-test.cc into multiple compilation units (which will still be linked into an executable {{array-test}}). We can do the same thing with array.h/array.cc, while maintaining the {{arrow/array.h}} public header. Some of these could go into {{arrow/columnar}} or {{arrow/impl}}, or something similar. 



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