You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Ben Kietzman (Jira)" <ji...@apache.org> on 2020/03/20 16:41:00 UTC

[jira] [Created] (ARROW-8173) [C++] Validate ChunkedArray()'s arguments

Ben Kietzman created ARROW-8173:
-----------------------------------

             Summary: [C++] Validate ChunkedArray()'s arguments
                 Key: ARROW-8173
                 URL: https://issues.apache.org/jira/browse/ARROW-8173
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
    Affects Versions: 0.16.0
            Reporter: Ben Kietzman
             Fix For: 1.0.0


ChunkedArray has constraints on type uniformity of chunks which are currently only expressed in comments. At minimum debug checks should be added to ensure (for example) that an explicit type is shared by all chunks, at best the public constructor should be replaced with {{Result<std::shared_ptr<ChunkedArray>> ChunkedArray::Make(...)}}.



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