jorisvandenbossche commented on issue #53: URL: https://github.com/apache/arrow-nanoarrow/issues/53#issuecomment-1289007767
> Data structure: provide an R class that holds an Array/Schema/ArrayStream and releases it when it goes out of scope. Yes, that was the first thing I was planning to do, and opened a PR with an initial version of this for Array -> https://github.com/apache/arrow-nanoarrow/pull/62 (will have to do something similar for ArrayStream). Will have to think a bit how to do this for ArrowSchema (whether the Array class keeps track of a python Schema, or whether it has its own ArrowSchema pointer, as I did for now) -- 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]
