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

impl From<Vec<T>> for Buffer #6355

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Conversation

mbrobbel
Copy link
Contributor

@mbrobbel mbrobbel commented Sep 4, 2024

With the removal of the generic impl<T: AsRef<[u8]>> From<T> for Buffer in #6043 we can now add impl<T: ArrowNativeType> From<Vec<T>> for Buffer.

@github-actions github-actions bot added the arrow Changes to the arrow crate label Sep 4, 2024
@tustvold tustvold merged commit 9ff7d8b into apache:master Sep 6, 2024
25 checks passed
@mbrobbel mbrobbel deleted the buf-from-vec-impl branch September 6, 2024 07:16
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.

2 participants