File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
google/cloud/bigquery_storage_v1beta1 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949# for error message that we know are caused by problems that are safe to
5050# reconnect.
5151_STREAM_RESUMPTION_INTERNAL_ERROR_MESSAGES = (
52- # See: https://issuetracker.google. com/143292803
53- "unexpected EOS on DATA frame " ,
52+ # See: https://github. com/googleapis/google-cloud-python/pull/9994
53+ "RST_STREAM " ,
5454)
5555
5656_FASTAVRO_REQUIRED = (
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ def _avro_blocks_w_resumable_internal_error(avro_blocks):
185185 for block in avro_blocks :
186186 yield block
187187 raise google .api_core .exceptions .InternalServerError (
188- "INTERNAL: Received unexpected EOS on DATA frame from server ."
188+ "INTERNAL: Received RST_STREAM with error code 2 ."
189189 )
190190
191191
You can’t perform that action at this time.
0 commit comments