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

Allocator api for immutable Buffer #6455

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

waynexia
Copy link
Member

@waynexia waynexia commented Sep 25, 2024

Which issue does this PR close?

For discussing #6336

Rationale for this change

What changes are included in this PR?

Implementing the Allocator for immutable Buffer correspondingly

Are there any user-facing changes?

Extra context

Notice that this patch would fail in some cases as I haven't change

let layout = match self.data.deallocation() {
Deallocation::Standard(l) => l,
_ => return Err(self), // Custom allocation
};

@github-actions github-actions bot added the arrow Changes to the arrow crate label Sep 25, 2024
@waynexia
Copy link
Member Author

waynexia commented Sep 25, 2024

Sorry for the inconvenience. This branch is on top of waynexia:allocator-api. New change since 2ad2e3e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant