mapleFU opened a new issue, #46677: URL: https://github.com/apache/arrow/issues/46677
### Describe the enhancement requested In BinaryViewBuilder, currently we don't have interface for: 1. Append Binary 2. Add multiple sub-part for it Current interface: https://github.com/apache/arrow/blob/c2fb0e3500ff73662275eeab9e96abc5d3090d82/cpp/src/arrow/array/builder_binary.h#L589 The new interface can be like: https://github.com/apache/arrow-rs/blob/b10567f61c3f483ba91afc85a08fdb06c6eca76d/arrow-array/src/builder/generic_bytes_view_builder.rs#L158-L236 ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org