alamb commented on code in PR #5597:
URL: https://github.com/apache/arrow-rs/pull/5597#discussion_r1554568497


##########
arrow-array/src/builder/generic_bytes_builder.rs:
##########
@@ -257,6 +261,26 @@ impl<O: OffsetSizeTrait> Write for GenericStringBuilder<O> 
{
 }
 
 ///  Array builder for [`GenericBinaryArray`][crate::GenericBinaryArray]
+///
+/// Values can be appended using [`GenericByteBuilder::append_value`], and 
nulls with

Review Comment:
   this was a drive by cleanup to add an example for symmetry with 
`GenericStringBuilder`



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