Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Allow in-memory array over 2^31 -1 elements but require splitting at IPC / RPC boundaries #16136

Closed
asfimport opened this issue Jan 18, 2017 · 2 comments

Comments

@asfimport
Copy link

To make Arrow a more flexible container for interacting with foreign data, it will be useful to be able to do zero-copy construction of arrays having a footprint of larger than 2 billion * sizeof(type). When sending such data over the wire, we would need to break it into pieces of at most 2 billion

Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm

Note: This issue was originally created as ARROW-493. Please see the migration documentation for further details.

@asfimport
Copy link
Author

Wes McKinney / @wesm:
PR: #352

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
Issue resolved by pull request 352
#352

@asfimport asfimport added this to the 0.3.0 milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants