-
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
feat: Adding ExecutorProvider support while creating BigQueryReadClient #2072
Merged
Neenu1995
merged 3 commits into
googleapis:main
from
suryasoma:bqReadClientWithExecutorProvider
Apr 14, 2023
Merged
feat: Adding ExecutorProvider support while creating BigQueryReadClient #2072
Neenu1995
merged 3 commits into
googleapis:main
from
suryasoma:bqReadClientWithExecutorProvider
Apr 14, 2023
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: xs
Pull request size is extra small.
api: bigquerystorage
Issues related to the googleapis/java-bigquerystorage API.
labels
Mar 30, 2023
nileyadav
approved these changes
Apr 4, 2023
kmjung
approved these changes
Apr 4, 2023
R: @Neenu1995 |
farhan0102
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
Apr 4, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 4, 2023
yoshi-kokoro
removed
the
kokoro:run
Add this label to force Kokoro to re-run the tests.
label
Apr 4, 2023
suryasoma
changed the title
Adding ExecutorProvider support while creating BigQueryReadClient
feat: Adding ExecutorProvider support while creating BigQueryReadClient
Apr 6, 2023
Neenu1995
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Apr 13, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Apr 13, 2023
Neenu1995
requested changes
Apr 13, 2023
...torage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/EnhancedBigQueryReadStub.java
Show resolved
Hide resolved
suryasoma
force-pushed
the
bqReadClientWithExecutorProvider
branch
from
April 14, 2023 17:41
452f0a2
to
316dbc8
Compare
product-auto-label
bot
added
size: m
Pull request size is medium.
and removed
size: xs
Pull request size is extra small.
labels
Apr 14, 2023
Neenu1995
approved these changes
Apr 14, 2023
Neenu1995
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Apr 14, 2023
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Apr 14, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Apr 14, 2023
Neenu1995
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Apr 14, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Apr 14, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Apr 26, 2023
🤖 I have created a release *beep* *boop* --- ## [2.36.0](https://togithub.com/googleapis/java-bigquerystorage/compare/v2.35.0...v2.36.0) (2023-04-26) ### Features * Adding ExecutorProvider support while creating BigQueryReadClient ([#2072](https://togithub.com/googleapis/java-bigquerystorage/issues/2072)) ([9221e18](https://togithub.com/googleapis/java-bigquerystorage/commit/9221e1896f7af6c2dd23e92f6ea13d86c3368600)) ### Bug Fixes * Reduce timeout of waiting in queue from 15 minutes to 5 minutes and rephrase the log a bit ([#2084](https://togithub.com/googleapis/java-bigquerystorage/issues/2084)) ([fe25f38](https://togithub.com/googleapis/java-bigquerystorage/commit/fe25f38215ffaacd2cbe4af74c0de9ea7c053d91)) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.24.5 ([#2081](https://togithub.com/googleapis/java-bigquerystorage/issues/2081)) ([362568d](https://togithub.com/googleapis/java-bigquerystorage/commit/362568d4d8e1cf5e1e2a1bbfe3513d440f9fb99f)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.8.0 ([#2087](https://togithub.com/googleapis/java-bigquerystorage/issues/2087)) ([1f79a96](https://togithub.com/googleapis/java-bigquerystorage/commit/1f79a9691ebb5f22077534fb7d266df830cb7ec2)) --- 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.
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:
Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
Ensure the tests and linter pass
Code coverage does not decrease (if any source code was changed)
Appropriate docs were updated (if necessary)
Fixes #2071 ☕️
If you write sample code, please follow the samples format.