You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
fix: Prevent sending full table scan when retrying (backport #554) (#697)
Update the retry logic. Don't send empty row_key and empty row_ranges
if the original message didn't ask for those.
Closes internal issue 214449800
* Create InvalidRetryRequest exception.
Raise InvalidRetryRequest instead of StopIteration
Catch the InvalidRetryRequest
Handle stop the retry request if row_limit has been reached.
0 commit comments