Xuanwo opened a new pull request, #7660:
URL: https://github.com/apache/opendal/pull/7660

   # Which issue does this PR close?
   
   Refs #7659.
   
   # Rationale for this change
   
   OpenDAL's raw `Access::read` currently owns the byte range, which makes 
every planned range create a new range stream. This creates repeated open and 
close overhead for handle based services.
   
   # What changes are included in this PR?
   
   This adds an RFC that proposes moving byte ranges from `Access::read` into 
methods on the returned raw reader, including `stream`, `read`, and `fetch`.
   
   # Are there any user-facing changes?
   
   No. This is an RFC only.
   
   # AI Usage Statement
   
   AI-assisted drafting was used for the RFC text.
   


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