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
* Raised error when incorrect Row offset it returned
* Changed error type
* grammar fix
* Added unit tests and modified the code
* Updated error message
* Updated the non retying to only inline case
* Updated fix
* Changed the flow
* Minor update
* Updated the retryable condition
* Minor test fix
* Added extra space
"Expected results to start from {} but they instead start at {}".format(
1051
+
raiseDataError(
1052
+
"fetch_results failed due to inconsistency in the state between the client and the server. Expected results to start from {} but they instead start at {}, some result batches must have been skipped".format(
0 commit comments