jorisvandenbossche commented on PR #318:
URL: https://github.com/apache/arrow-nanoarrow/pull/318#issuecomment-1814677799

   For exporting (the dunder methods), do we want to move in that case? I think 
right now we don't really expose the functionality to create a Schema/Array .. 
object from "scratch", owning the memory, but in theory nanoarrow C supports 
that, so we could eventually have that. For such a case, we should probably 
create a new capsule with a moved struct?
   
   Or even in general, if you want that a nanoarrow.Array can be consumed 
multiple times, we need to export a new struct, otherwise the one of the 
consumers could already mark it as released.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to