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

[Format] Change RecordBatch and Field length members from int to long #16301

Closed
asfimport opened this issue Mar 22, 2017 · 2 comments
Closed

Comments

@asfimport
Copy link

This is based on the discussion in #404 for ARROW-661.

The idea is that the C++ implementation will not permit lengths over INT32_MAX by default (you will still need to use an extra option), but we will permit them in the serialized metadata. Arrow implementations shall not be required to support "large" fields.

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

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

@asfimport
Copy link
Author

Wes McKinney / @wesm:
PR: #417

@asfimport
Copy link
Author

Wes McKinney / @wesm:
Issue resolved by pull request 417
#417

@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