[
https://issues.apache.org/jira/browse/ARROW-4956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney resolved ARROW-4956.
---------------------------------
Resolution: Fixed
Fix Version/s: 0.14.0
Issue resolved by pull request 3971
[https://github.com/apache/arrow/pull/3971]
> [C#] Allow ArrowBuffers to wrap external Memory in C#
> -----------------------------------------------------
>
> Key: ARROW-4956
> URL: https://issues.apache.org/jira/browse/ARROW-4956
> Project: Apache Arrow
> Issue Type: Task
> Components: C#
> Reporter: Prashanth Govindarajan
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0
>
> Time Spent: 2.5h
> Remaining Estimate: 0h
>
> At the moment, the C# ArrowBuffer implementation is immutable. The only way
> to build it is through the provided builders. It also ought to be able to
> wrap external memory as a zero copy op. The C++ implementation exposes this
> as a GetMutableValue() method. Example use cases are similar to when a NumPy
> array is wrapped in an ArrowBuffer in pyArrow.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)