tustvold commented on issue #6647:
URL: https://github.com/apache/arrow-rs/issues/6647#issuecomment-2445348933

   > Are there any alignment guarantees forĀ get_range, or would that be a 
feature that could be added?
   
   We don't provide any guarantees and simply return the Bytes returned by 
reqwest, I don't know what alignment guarantees this provides jf any.
   
   As for the arrow-rs zero-copy, that builds off the fact that we have code to 
realign buffers by copying them if necessary, so it is really only best effort 
zero-copy although works well in practice.
   
   As for converting to BytesMut this may be possible, but again I don't know 
enough about how reqwest uses buffers internally


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