andylokandy commented on code in PR #6652:
URL: https://github.com/apache/arrow-rs/pull/6652#discussion_r1822761994
##########
arrow-array/src/builder/generic_bytes_builder.rs:
##########
@@ -287,10 +286,9 @@ impl<T: ByteArrayType, V: AsRef<T::Native>>
Extend<Option<V>> for GenericByteBui
/// assert_eq!(array.value(0), "foobarbaz");
/// assert_eq!(array.value(1), "v2");
/// ```
-///
pub type GenericStringBuilder<O> = GenericByteBuilder<GenericStringType<O>>;
-impl<O: OffsetSizeTrait> Write for GenericStringBuilder<O> {
Review Comment:
Maybe use std::fmt::Write for symmetry
--
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]