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 2020/05/19 22:07:00 UTC

[jira] [Created] (ARROW-8866) [C++] Split Type::UNION into Type::SPARSE_UNION and Type::DENSE_UNION

Wes McKinney created ARROW-8866:
-----------------------------------

             Summary: [C++] Split Type::UNION into Type::SPARSE_UNION and Type::DENSE_UNION
                 Key: ARROW-8866
                 URL: https://issues.apache.org/jira/browse/ARROW-8866
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney
             Fix For: 1.0.0


Similar to the recent {{Type::INTERVAL}} split, having these two array types which have different memory layouts under the same {{Type::type}} value makes function dispatch somewhat more complicated. This issue is less critical from INTERVAL so this may not be urgent but seems like a good pre-10 change



--
This message was sent by Atlassian Jira
(v8.3.4#803005)