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

ARROW-11322: [Rust] Re-opening memory module as public #9270

Closed
wants to merge 1 commit into from

Conversation

maxburke
Copy link
Contributor

No description provided.

@github-actions
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on JIRA?
https://issues.apache.org/jira/browse/ARROW

Then could you also rename pull request title in the following format?

ARROW-${JIRA_ID}: [${COMPONENT}] ${SUMMARY}

See also:

@maxburke maxburke changed the title [Rust] [ARROW-11322] Re-opening memory module as public ARROW-11322: [Rust] Re-opening memory module as public Jan 19, 2021
@github-actions
Copy link

@jorgecarleitao
Copy link
Member

I am really sorry about that. It was not intended.

@jorgecarleitao
Copy link
Member

On an related note, allocate_aligned no longer initializes zeroed regions. The region is uninitialized. Use allocate_aligned_zeroed for zeroed, initialized regions.

@maxburke
Copy link
Contributor Author

Great to know; thanks Jorge!

kszucs pushed a commit that referenced this pull request Jan 25, 2021
Closes #9270 from maxburke/rust_memory_public

Authored-by: Max Burke <max@urbanlogiq.com>
Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
Closes apache#9270 from maxburke/rust_memory_public

Authored-by: Max Burke <max@urbanlogiq.com>
Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
Closes apache#9270 from maxburke/rust_memory_public

Authored-by: Max Burke <max@urbanlogiq.com>
Signed-off-by: Jorge C. Leitao <jorgecarleitao@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants