jorgecarleitao commented on issue #20: URL: https://github.com/apache/arrow-rs/issues/20#issuecomment-832093195
I solved this in arrow2 https://github.com/jorgecarleitao/arrow2/pull/67 by using a different struct for an `ArrowArray` and a `ChildArrowArray`, on which one has owned refs and the other has unowned refs (and an `Arc` of the parent for ref count). -- 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. For queries about this service, please contact Infrastructure at: [email protected]
