mbrobbel opened a new pull request, #4638:
URL: https://github.com/apache/arrow-rs/pull/4638

   # Which issue does this PR close?
   
   None.
   
   # Rationale for this change
    
   Provide additional methods to construct and extend these builders.
   
   # What changes are included in this PR?
   
   Trait implementations of `Default` (an empty buffer),`Extend` (extend the 
underlying buffer, update the length) and `FromIterator` (create a default 
builder and extend it) for `BufferBuilder`.
   
   # Are there any user-facing changes?
   
   Yes, users can now use these traits with `BufferBuilder`.


-- 
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]

Reply via email to