fix: uses old version of gax-grpc method#426
Merged
thiagotnunes merged 1 commit intogoogleapis:masterfrom Sep 15, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #426 +/- ##
============================================
- Coverage 82.16% 82.14% -0.03%
- Complexity 2455 2459 +4
============================================
Files 136 136
Lines 13589 13589
Branches 1307 1307
============================================
- Hits 11166 11163 -3
- Misses 1895 1897 +2
- Partials 528 529 +1
Continue to review full report at Codecov.
|
skuruppu
approved these changes
Sep 15, 2020
skuruppu
reviewed
Sep 15, 2020
Comment on lines
320
to
322
| // Before updating this method to setExecutor, please make sure to verify the version | ||
| // of gax-grpc used internally. At the moment we are using 1.47.1, which does not | ||
| // support the setExecutor variant. |
Contributor
There was a problem hiding this comment.
This comment may not give enough context for folks outside of Google. So instead reword to something like:
"Before updating this method to setExecutor, please verify with a code owner on the lowest version of gax-grpc that needs to be supported. Currently v1.47.17, which doesn't support the setExecutor variant."
Internally, we are using version 1.47.1 of the gax-grpc library, which does not provide a method currently being used (setExecutor). In here we use a method that is available in 1.47.1 and achieves the same goal (setExecutorProvider).
94fd5bb to
4ed38fe
Compare
ansh0l
pushed a commit
to ansh0l/java-spanner
that referenced
this pull request
Nov 10, 2022
This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will update the corresponding PR to depend on the newer version of go-genproto, and assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot will not create any more regeneration PRs. If all regen PRs are closed, gapicgen will create a new set of regeneration PRs once per night. If you have been assigned to review this PR, please: - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. That will prompt genbot to assign reviewers to the google-cloud-go PR. Corresponding google-cloud-go PR: googleapis/google-cloud-go#2706
rajatbhatta
pushed a commit
to rajatbhatta/java-spanner
that referenced
this pull request
Nov 17, 2022
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Internally, we are using version 1.47.1 of the gax-grpc library, which does not provide a method currently being used (setExecutor).
In here we use a method that is available in 1.47.1 and achieves the same goal (setExecutorProvider).