This repository was archived by the owner on Feb 24, 2026. It is now read-only.
fix: a possible race condition that we used table schema out of the lock.#1575
Merged
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom Mar 14, 2022
yirutang:race
Merged
fix: a possible race condition that we used table schema out of the lock.#1575gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom yirutang:race
gcf-merge-on-green[bot] merged 1 commit intogoogleapis:mainfrom
yirutang:race
Conversation
stephaniewang526
approved these changes
Mar 14, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Mar 14, 2022
🤖 I have created a release *beep* *boop* --- ## [2.11.0](v2.10.1...v2.11.0) (2022-03-14) ### Features * add JsonToProtoMessage support for TIMESTAMP ([#1574](#1574)) ([6412fb2](6412fb2)), closes [#1515](#1515) ### Bug Fixes * a possible race condition that we used table schema out of the lock. ([#1575](#1575)) ([b587638](b587638)) ### Dependencies * update dependency com.google.cloud:google-cloud-bigquery to v2.9.1 ([#1562](#1562)) ([7efdbf0](7efdbf0)) * update dependency com.google.cloud:google-cloud-bigquery to v2.9.3 ([#1570](#1570)) ([3d281d2](3d281d2)) * update dependency com.google.cloud:google-cloud-bigquery to v2.9.4 ([#1572](#1572)) ([d3935cd](d3935cd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
gcf-owl-bot bot
added a commit
that referenced
this pull request
Sep 9, 2022
…1575) Source-Link: googleapis/synthtool@2e9ac19 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 10, 2022
…1575) (#1775) Source-Link: googleapis/synthtool@2e9ac19 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
shubhwip
pushed a commit
to shubhwip/java-bigquerystorage
that referenced
this pull request
Oct 7, 2023
…oogleapis#1575) (googleapis#988) Source-Link: googleapis/synthtool@2e9ac19 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:8175681a918181d306d9c370d3262f16b4c724cc73d74111b7d42fc985ca7f93
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also clean up the code to reconnect after 10MB.