chore: make compiled statements immutable#843
Merged
thiagotnunes merged 1 commit intomasterfrom Feb 2, 2021
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #843 +/- ##
=========================================
Coverage 85.04% 85.04%
+ Complexity 2585 2583 -2
=========================================
Files 143 143
Lines 14145 14146 +1
Branches 1369 1369
=========================================
+ Hits 12030 12031 +1
Misses 1542 1542
Partials 573 573
Continue to review full report at Codecov.
|
thiagotnunes
approved these changes
Feb 2, 2021
thiagotnunes
pushed a commit
that referenced
this pull request
May 6, 2021
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#6288 Changes: feat: Update minimum Ruby version to 2.6 PiperOrigin-RevId: 458023995 Source-Link: googleapis/googleapis@d1c0171 fix: Revert Enable REST transport for Cloud Bigtable PiperOrigin-RevId: 458022604 Source-Link: googleapis/googleapis@e5507fc chore: regenerate API index Source-Link: googleapis/googleapis@98698f5 feat: add options for library generation in C#, PHP and Ruby docs: clarify possible transaction types and API type enum values in several APIs PiperOrigin-RevId: 458016835 Source-Link: googleapis/googleapis@203c38e docs(dataflow): corrected the Dataflow job name regex PiperOrigin-RevId: 458015583 Source-Link: googleapis/googleapis@9b7d76e docs(dialogflow/cx): clarify descriptions of the AdvancedSettings and WebhookRequest data types PiperOrigin-RevId: 458000126 Source-Link: googleapis/googleapis@c425ac6
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.
Compiled client side statements should be immutable as they are only imported and compiled once.