meteorgan commented on PR #5871: URL: https://github.com/apache/opendal/pull/5871#issuecomment-2765944068
> Oh, Got it. After digging a bit deeper, I've come up with a few more questions: > > 1. Does it make sense to run `stat` before `Access::read` ? Without a `version_id`, these two operations might end up hitting the same object but different `version_id`s > 2. Based on how `ReadGenerator` is designed, it looks like every call to `next_reader` triggers another `Access::read`. Couldn't that mean we sometimes end up reading different versions of the same object ? How about these two issues ? Did overlook anything ? or are there potential bugs in current implementation ? @Xuanwo -- 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]
