nevi-me opened a new pull request #820:
URL: https://github.com/apache/arrow-rs/pull/820


   # Which issue does this PR close?
   
   Closes #819.
   
   # Rationale for this change
    
   See linked issue, reduces allocations when writing binary arrays.
   
   # What changes are included in this PR?
   
   Instead of creating a new `ByteArray`per array slot, we copy the Arrow array 
buffer, and slice it to get the `ByteArray` values per slot.
   
   # 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