You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/12/26 06:35:26 UTC

[GitHub] [arrow] jorgecarleitao commented on a change in pull request #9017: ARROW-11038: [Rust] Removed unused trait and Result.

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




----------------------------------------------------------------
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:
users@infra.apache.org