letmaik opened a new issue, #15004: URL: https://github.com/apache/arrow/issues/15004
### Describe the enhancement requested In addition to the string vector overloads it would be great to support `std::vector<uint8_t>` in `BinaryBuilder` for binary data. https://github.com/apache/arrow/blob/41b57d683ea73329af083540e6f67007bdd1d0c4/cpp/src/arrow/array/builder_binary.h#L188-L189 There is already the equivalent for `Append`, so it seems like a gap in the API: https://github.com/apache/arrow/blob/41b57d683ea73329af083540e6f67007bdd1d0c4/cpp/src/arrow/array/builder_binary.h#L66 ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
