You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/12 09:17:00 UTC

[jira] [Updated] (ARROW-7113) [Rust] Buffer should accept memory owned by others

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

ASF GitHub Bot updated ARROW-7113:
----------------------------------
    Labels: pull-request-available  (was: )

> [Rust] Buffer should accept memory owned by others
> --------------------------------------------------
>
>                 Key: ARROW-7113
>                 URL: https://issues.apache.org/jira/browse/ARROW-7113
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Renjie Liu
>            Assignee: Renjie Liu
>            Priority: Major
>              Labels: pull-request-available
>
> Currently rust Buffer always assume that the memory passed to it is owned by itself, and frees the memory when Buffer is dropped. This is inconvenient when used in cross language environments such as jni. 



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