mbrobbel opened a new pull request, #4630:
URL: https://github.com/apache/arrow-rs/pull/4630
# Which issue does this PR close?
None.
# Rationale for this change
`BufferBuilder` builds buffers, so it makes sense to move it to the
`arrow-buffer` crate. It also only requires types from that crate.
# What changes are included in this PR?
Moved `BufferBuilder` from `arrow_array::builder` to
`arrow_buffer::builder`. Add re-export in `arrow_array::builder` to prevent a
breaking change.
# Are there any user-facing changes?
Yes, `BufferBuilder` is now available to users of the `arrrow-buffer` crate.
--
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]