jorgecarleitao commented on a change in pull request #9017:
URL: https://github.com/apache/arrow/pull/9017#discussion_r548950578



##########
File path: rust/arrow/src/array/builder.rs
##########
@@ -86,20 +80,13 @@ pub(crate) fn builder_to_mutable_buffer<T: 
ArrowPrimitiveType>(
 /// # }
 /// ```
 #[derive(Debug)]
-pub struct BufferBuilder<T: ArrowPrimitiveType> {
+pub struct BufferBuilder<T: ArrowNativeType> {

Review comment:
       This change was motivated by `T` not really requiring 
`ArrowPrimitiveType`, only `ArrowNativeType`, and is required for a major 
simplification on the Buillders, #9019 




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to