amunra commented on issue #6995:
URL: https://github.com/apache/opendal/issues/6995#issuecomment-3646953909

   Thanks, this is quite a regression for us coming from v0.42.0.
   
   We can experimenting with a fix on our end.
   
   I could some advice on how to do this though. It's not clear to me how to 
accomplish a read from start to EOF with the current `Reader` API. All the APIs 
seem to ask for closed ranges.
   
   The closest I can see is:
   
   ```rust
       pub async fn into_stream(self, range: impl RangeBounds<u64>) -> 
Result<BufferStream> {
           BufferStream::create(self.ctx, range).await
       }
   ```
   
   but its impl suffers from the same bug.
   
   Any advice would be most welcome!


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