You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Renjie Liu (Jira)" <ji...@apache.org> on 2019/11/12 08:16:00 UTC

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

Renjie Liu created ARROW-7113:
---------------------------------

             Summary: [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


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)