[
https://issues.apache.org/jira/browse/ARROW-17589?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kouhei Sutou updated ARROW-17589:
---------------------------------
Fix Version/s: 11.0.0
(was: 10.0.0)
> [Docs] Clarify that C data interface is not strictly for within a single
> process
> --------------------------------------------------------------------------------
>
> Key: ARROW-17589
> URL: https://issues.apache.org/jira/browse/ARROW-17589
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Documentation
> Affects Versions: 9.0.0
> Reporter: Ian Cook
> Assignee: Ian Cook
> Priority: Major
> Labels: pull-request-available
> Fix For: 11.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The Arrow C data interface and C stream interface docs say that these
> interfaces are only for sharing data within a single process. This is not
> exactly correct. The fundamental requirement for using the C data interface
> and C stream interface is not that the components be necessarily running in
> the same process. It’s that they are able to pass around a pointer and access
> the same memory address space. Let's make some minor changes to the docs to
> clarify this.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)