Antoine Pitrou created ARROW-2363:
-------------------------------------
Summary: [Plasma] Have an automatic object-releasing Create()
variant
Key: ARROW-2363
URL: https://issues.apache.org/jira/browse/ARROW-2363
Project: Apache Arrow
Issue Type: Improvement
Affects Versions: 0.8.0
Reporter: Antoine Pitrou
Like ARROW-2195, but for Create() instead of Get(). Need creating a new C++ API
and using it on the Python side.
* Create() currently increments the reference count twice
* Both Seal() and Release() decrement the reference count
* The returned buffer must also handle the case where Seal() wasn't called
(should it seal the object anyway or only decrement the reference count?)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)