cetra3 opened a new pull request, #9750: URL: https://github.com/apache/arrow-rs/pull/9750
# Which issue does this PR close? - Split out of https://github.com/apache/arrow-rs/pull/9393 # Rationale for this change The buffer builder doesn't need to keep its own `len` field, as it can be derived from the inner mutablebuffer # What changes are included in this PR? Removes the `len` field from `Bufferbuilder` # Are these changes tested? Yes, all tests green # Are there any user-facing changes? Nope! -- 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]
