-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(bigtable): Add ignore_warnings flag to SetGcPolicy #9372
feat(bigtable): Add ignore_warnings flag to SetGcPolicy #9372
Conversation
Please create an issue for this pull request describing the problem |
resolves #9469 |
If and when more fields are added to |
Added these changes |
@bhshkh Don't we usually have |
Thank you for adding those changes, @bhshkh. Agree that it is better that way for extensibility |
@bhshkh are there more concerns regarding this change? |
Modified the code to match the pattern: google-cloud-go/spanner/value.go Lines 3853 to 3872 in 949242c
|
This exposes the flag
ignore_warnings
forModifyColumnFamiliesRequest
.