You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2022/04/21 18:31:00 UTC

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

     [ https://issues.apache.org/jira/browse/ARROW-15277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Szucs updated ARROW-15277:
------------------------------------
    Fix Version/s: 9.0.0
                       (was: 8.0.0)

> [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
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 9.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> In PyArrow, the {{ChunkedArray}} constructor function validates the input {{Arrays}} in terms of omitted type and same types, but these checks are already made in the underlying C++ via {{ChunkedArray::Make}}. Need to expose the {{Make()}} to use it.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)