-
Notifications
You must be signed in to change notification settings - Fork 85
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: remove applying header for multiplexing client and add a unit test for multiplexing with different location #1850
Merged
Conversation
This file contains 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
product-auto-label
bot
added
size: m
Pull request size is medium.
api: bigquerystorage
Issues related to the googleapis/java-bigquerystorage API.
labels
Oct 27, 2022
yirutang
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Oct 27, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Oct 27, 2022
yirutang
added
kokoro:run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Oct 27, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Oct 27, 2022
GaoleMeng
reviewed
Oct 27, 2022
...bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/ConnectionWorkerPool.java
Show resolved
Hide resolved
yirutang
force-pushed
the
remove-header-2
branch
from
October 27, 2022 20:03
12c6ae8
to
1449f62
Compare
yoshi-kokoro
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Oct 27, 2022
GaoleMeng
approved these changes
Oct 27, 2022
yirutang
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Oct 27, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Oct 27, 2022
yirutang
added
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Oct 27, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Oct 27, 2022
yirutang
added
kokoro:run
Add this label to force Kokoro to re-run the tests.
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
labels
Oct 27, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Oct 28, 2022
🤖 I have created a release *beep* *boop* --- ## [2.24.1](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.24.0...v2.24.1) (2022-10-28) ### Bug Fixes * Remove applying header for multiplexing client and add a unit test for multiplexing with different location ([#1850](https://togithub.com/googleapis/java-bigquerystorage/issues/1850)) ([1733d5a](https://togithub.com/googleapis/java-bigquerystorage/commit/1733d5a380080a0826aa9fcc41672bdb6a64c249)) ### Dependencies * Update arrow.version to v10 (major) ([#1847](https://togithub.com/googleapis/java-bigquerystorage/issues/1847)) ([b0b5f06](https://togithub.com/googleapis/java-bigquerystorage/commit/b0b5f06de60bce556b813e91c7ac665d8f045906)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.18.0 ([#1852](https://togithub.com/googleapis/java-bigquerystorage/issues/1852)) ([bb475bd](https://togithub.com/googleapis/java-bigquerystorage/commit/bb475bdbeb0749889fec32fcecf36d0b51fdd8ac)) * Update dependency org.apache.arrow:arrow-memory-netty to v10 ([#1848](https://togithub.com/googleapis/java-bigquerystorage/issues/1848)) ([d6d96ff](https://togithub.com/googleapis/java-bigquerystorage/commit/d6d96ffb58be65d2a06c4f02de351fadd08da8e4)) * Update dependency org.apache.arrow:arrow-vector to v10 ([#1849](https://togithub.com/googleapis/java-bigquerystorage/issues/1849)) ([66853c2](https://togithub.com/googleapis/java-bigquerystorage/commit/66853c216ed2887e2d56f987cfffcb10d616f4bb)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquerystorage
Issues related to the googleapis/java-bigquerystorage API.
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
kokoro:run
Add this label to force Kokoro to re-run the tests.
size: m
Pull request size is medium.
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.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.