albertlockett opened a new pull request, #8498:
URL: https://github.com/apache/arrow-rs/pull/8498

   # Which issue does this PR close?
   
   - Closes [#NNN.](https://github.com/apache/arrow-rs/issues/8497)
   
   # Rationale for this change
   
   Adds a helpful method for the same value multiple times, which also avoids 
multiple key lookups which could be a slight performance win.
   
   # What changes are included in this PR?
   
   Adds the helpful `append_n` method to `FixedSizeBinaryDictionaryBuilder`. 
   
   # Are these changes tested?
   
   Yes, I added unit tests covering the changes
   
   
   # Are there any user-facing changes?
   
   No


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