cetra3 opened a new pull request, #10329: URL: https://github.com/apache/arrow-rs/pull/10329
# Which issue does this PR close? - Closes https://github.com/apache/arrow-rs/issues/9843 # Rationale for this change Allocations should have fallible methods to go alongside their standard panicking methods. # What changes are included in this PR? Adjusts the internals of `MutableBuffer` to add new fallible methods that are used by the existing public APIs, so no breaking changes specifically for existing users. # Are these changes tested? Yes they are tested # Are there any user-facing changes? Yes, there are new methods added to `MutableBuffer` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
