mbrobbel commented on code in PR #8498:
URL: https://github.com/apache/arrow-rs/pull/8498#discussion_r2389005259


##########
arrow-array/src/builder/fixed_size_binary_dictionary_builder.rs:
##########
@@ -252,6 +252,28 @@ where
         }
     }
 
+    /// Append a value multiple times to the array.
+    /// This is the same as `append` but allows ot append the same value 
multiple times without doing multiple lookups.
+    ///
+    /// Returns an error if the new index would overflow the key type.

Review Comment:
   Sounds good. Maybe we can link the `append` method? I don't think we should 
fix docs of other builders in this PR.



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