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(bigquery): avoid double-channel-close during context cancellation (#7467)
EnableWriteRetries exposes an issue with finalizing a pending write.
The appendWithRetry function incorrectly marks a pending write done
in certain situations (context cancellations), when responsibility
is held by it's callers.
PR adds fix and a test that exercises the failure condition.
Fixes: https://togithub.com/googleapis/google-cloud-go/issues/7380
0 commit comments