You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eduardo Ponce (Jira)" <ji...@apache.org> on 2022/01/07 01:44:00 UTC

[jira] [Created] (ARROW-15277) [Python] Use Make to create ChunkedArray and remove checks

Eduardo Ponce created ARROW-15277:
-------------------------------------

             Summary: [Python] Use Make to create ChunkedArray and remove checks
                 Key: ARROW-15277
                 URL: https://issues.apache.org/jira/browse/ARROW-15277
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Python
            Reporter: Eduardo Ponce
            Assignee: Eduardo Ponce
             Fix For: 7.0.0


In PyArrow, the {{ChunkedArray}} constructor function validates the input {{Arrays}} in terms of omitted type and same types, but these checks are already available via C++ {{ChunkedArray::Make}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)