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

[Java] Make sure alignment and memory padding conform to spec #298

Open
asfimport opened this issue May 2, 2016 · 7 comments
Open

[Java] Make sure alignment and memory padding conform to spec #298

asfimport opened this issue May 2, 2016 · 7 comments
Labels
Type: bug Something isn't working

Comments

@asfimport
Copy link

Per spec 8 byte alignment and padding for buffers.

Reporter: Micah Kornfield / @emkornfield

PRs and other links:

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

@asfimport
Copy link
Author

gaurav agarwal:
We need to do this while allocating memory thrugh ByteBuffer and Allocation Mangaer in memory packge of Arrow

@asfimport
Copy link
Author

Kirils Mensikovs:
Hi, I added 64-byte memory check apache/arrow#98

@asfimport
Copy link
Author

Wes McKinney / @wesm:
@xhochy @julienledem I don't think this should block the release – do you agree?

@asfimport
Copy link
Author

Uwe Korn / @xhochy:
+1 for not making this a blocker

@asfimport
Copy link
Author

Julien Le Dem / @julienledem:
yes agreed, this is not a blocker.

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
Is this issue still valid?

@asfimport
Copy link
Author

Micah Kornfield / @emkornfield:
The spec has changed.  I believe Java does to 8-byte alignment, but would need to double check.

@assignUser assignUser transferred this issue from apache/arrow Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant