Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bigquery/storage/managedwriter): fix incorrect error retention #6659

Merged
merged 3 commits into from Sep 13, 2022

Commits on Sep 13, 2022

  1. fix(bigquery/storage/managedwriter): fix incorrect error retention

    Failures for an individual append can get retained as the terminal
    error for the stream.  Redact the logic responsible, and add a test
    that validates the correct behavior using context-based errors.
    shollyman committed Sep 13, 2022
    Copy the full SHA
    f9673ca View commit details
    Browse the repository at this point in the history
  2. cleanup comments

    shollyman committed Sep 13, 2022
    Copy the full SHA
    661a6ba View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4b27b95 View commit details
    Browse the repository at this point in the history