CurtHagenlocher opened a new issue, #35988: URL: https://github.com/apache/arrow/issues/35988
### Describe the bug, including details regarding any error messages, version, and platform. An imported stream will leak memory as CArrowArray instances are allocated for each batch but they're never freed. Code which imports an IArrowArrayStream may have trouble freeing the CArrowArrayStream that was used to import it because it can't necessarily track the stream's lifetime. ### Component(s) C# -- 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]
