-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(GCS+gRPC): correctly resume ranged reads #14495
fix(GCS+gRPC): correctly resume ranged reads #14495
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14495 +/- ##
==========================================
- Coverage 93.60% 93.59% -0.01%
==========================================
Files 2316 2316
Lines 207319 207348 +29
==========================================
+ Hits 194054 194077 +23
- Misses 13265 13271 +6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Q: why should we even allow ReadFromOffset
and ReadRange
together? It is only well defined if offset == range.begin
, no?
You could argue that the intersection of Cleverly (see the air quotes?) the resume loop only sets Let me consider your proposed fix separately. |
Fixes #14494
This change is