[
https://issues.apache.org/jira/browse/ARROW-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661565#comment-17661565
]
Rok Mihevc commented on ARROW-4543:
-----------------------------------
This issue has been migrated to [issue
#21091|https://github.com/apache/arrow/issues/21091] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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: 1h
> Remaining Estimate: 23h
>
> 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
(v8.20.10#820010)