alamb commented on code in PR #5597:
URL: https://github.com/apache/arrow-rs/pull/5597#discussion_r1554568450
##########
arrow-array/src/builder/generic_bytes_builder.rs:
##########
@@ -257,6 +261,27 @@ impl<O: OffsetSizeTrait> Write for GenericStringBuilder<O>
{
}
/// Array builder for [`GenericBinaryArray`][crate::GenericBinaryArray]
+///
+/// Values can be appended using [`GenericByteBuilder::append_value`], and
nulls with
+/// [`GenericByteBuilder::append_null`].
+///
+/// # Example
+/// ```
+/// # use std::fmt::Write;
Review Comment:
```suggestion
```
--
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]