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
fix: Use correct limit when retrying a limit query stream with a cursor (#2203)
* fix: Use correct limit when retrying a limit query stream with a cursor
When a query is streamed and the stream fails after receiving part of the
result set, the client retries the stream with a cursor. If the original
query has a limit, the retry logic should use a modified limit for the
remainder of the stream to ensure the final result contains the correct
number of documents.
* Update recursiveDelete test.
* Add tests.
* Address feedback.
* Address feedback (2).
0 commit comments