You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2020/04/14 15:04:00 UTC

[jira] [Assigned] (ARROW-8368) [Format] In C interface, clarify resource management for consumers needing only a subset of child fields in ArrowArray

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

Antoine Pitrou reassigned ARROW-8368:
-------------------------------------

    Assignee: Antoine Pitrou

> [Format] In C interface, clarify resource management for consumers needing only a subset of child fields in ArrowArray
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARROW-8368
>                 URL: https://issues.apache.org/jira/browse/ARROW-8368
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++, Format
>            Reporter: Wes McKinney
>            Assignee: Antoine Pitrou
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.17.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The current implication of the C Interface is that only moving a single child out of an ArrowArray is allowed. 
> Questions:
> * Should it be allowed to move multiple children, as long as they are moved at the same time, and the parent is released after?
> * In the event that children have disjoint internal resources, should there be a clarification around moved children having their resources released independently?
> See mailing list discussion https://lists.apache.org/thread.html/r92b77e0fa7bed384daa377e2178bc8e8ca46103928598050341e40b1%40%3Cdev.arrow.apache.org%3E



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