[
https://issues.apache.org/jira/browse/ARROW-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs resolved ARROW-4543.
------------------------------------
Resolution: Fixed
Fix Version/s: 0.13.0
Issue resolved by pull request 3637
[https://github.com/apache/arrow/pull/3637]
> [C#] Update Flat Buffers code to latest version
> -----------------------------------------------
>
> Key: ARROW-4543
> URL: https://issues.apache.org/jira/browse/ARROW-4543
> Project: Apache Arrow
> Issue Type: Sub-task
> Components: C#
> Reporter: Eric Erhardt
> Assignee: Eric Erhardt
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Original Estimate: 24h
> Time Spent: 40m
> Remaining Estimate: 23h 20m
>
> In order to support zero-copy reads, we should update to the latest Google
> Flat Buffers code. A recent change now allows [C# support for directly
> reading and writing to memory other than
> byte|https://github.com/google/flatbuffers/pull/4886][] which will make
> reading native memory using `Memory<byte>` possible.
> Along with this update, we should mark the flat buffers types as `internal`,
> since they are an implementation detail of the library. From an API
> perspective, it is confusing to see multiple public types named "Schema",
> "Field", "RecordBatch" etc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)