CurtHagenlocher opened a new pull request, #112: URL: https://github.com/apache/arrow-dotnet/pull/112
This PR partly addresses #111 by allowing C Data Interface export of buffers backed by `ReadOnlyMemory` rather than an `IMemoryOwner`. This is useful if you want to export data that has been read from an IPC file or stream for example. Previously you would need to first copy all buffers for this to work. Because this is an experimental feature and potentially risky, it must currently be enabled by setting the global static `CArrowArrayExporter.EnableManagedMemoryExport` to `true`. This change was originally submitted by @adamreeve as [https://github.com/apache/arrow/pull/40992](https://github.com/apache/arrow/pull/40992). My only contribution is disabling the feature by default. -- 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]
