marcin-krystianc opened a new pull request, #50823:
URL: https://github.com/apache/arrow/pull/50823

   ### Rationale for this change
   Follow-up to #50335. `DeltaByteArrayFLBADecoder::Decode(uint8_t*, int)` 
decodes into a
   temporary `std::vector<ByteArray>` and then copies the bytes into the 
caller's buffer,
   because `DeltaByteArrayDecoderImpl::GetInternal` only supports `ByteArray` 
output. The
   vector is a per-call allocation, and the pointer it holds for every value is 
discarded
   immediately after the copy.
   
   ### What changes are included in this PR?
   TBD
   ### Are these changes tested?
   Yes
   ### 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