Skip to content
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

refactor(bigquery/storage/managedwriter): make send optimizers safer #7486

Merged
merged 3 commits into from
Feb 23, 2023

Conversation

shollyman
Copy link
Contributor

Make the send optimizers safer to work with arbitrary requests that may not be fully populated. This largely affects test code as the normal useage of the library prevents partial constructions of "real" requests, but is added to avoid possible panics.

Towards: #7103

Make the send optimizers safer to work with arbitrary requests that may
not be fully populated.  This largely affects test code as the normal
useage of the library prevents partial constructions of "real" requests,
but is added to avoid possible panics.
@shollyman shollyman requested a review from a team February 23, 2023 18:02
@shollyman shollyman requested a review from a team as a code owner February 23, 2023 18:02
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Feb 23, 2023
@shollyman shollyman requested review from alvarowolfx and removed request for farhan0102 February 23, 2023 18:02
@shollyman shollyman changed the title refactor: make send optimizers safer refactor(bigquery/storage/managedwriter): make send optimizers safer Feb 23, 2023
@shollyman shollyman merged commit 91aafec into googleapis:main Feb 23, 2023
@shollyman shollyman deleted the safer-sendoptimizers branch February 23, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants