wiedld opened a new pull request, #6932: URL: https://github.com/apache/arrow-rs/pull/6932
# Which issue does this PR close? Improve docs per [this conversation](https://github.com/apache/arrow-rs/pull/6927#issuecomment-2567499503), for how to use the Extend implementations of ArrayBuilders in order to build generic functions over these builders. # Rationale for this change As noticed in this [code review](https://github.com/apache/arrow-rs/pull/6849#discussion_r1896417566), where declarative macros were used instead of generics. All involved were not aware of this alternative approach of using the Extend for generic functions over the builders. Therefore, provide more docs. # What changes are included in this PR? Docs only. # Are there any user-facing changes? Docs only. -- 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]
