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

feat(bigquery/storage/managedwriter/adapt): handle oneof normalization #5670

Merged
merged 2 commits into from
Feb 17, 2022

Conversation

shollyman
Copy link
Contributor

This updates NormalizeDescriptor to remove oneof indices from the
output DescriptorProto. BigQuery schemas do not have a compatible
concept regarding schema enforcement.

Fixes: #5665

This updates NormalizeDescriptor to remove oneof indices from the
output DescriptorProto.  BigQuery schemas do not have a compatible
concept regarding schema enforcement.
@shollyman shollyman requested a review from a team February 17, 2022 19:06
@shollyman shollyman requested a review from a team as a code owner February 17, 2022 19:06
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: bigquery Issues related to the BigQuery API. labels Feb 17, 2022
@shollyman shollyman merged commit c7f54d8 into googleapis:main Feb 17, 2022
@shollyman shollyman deleted the fr-normalize-oneof branch February 17, 2022 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the BigQuery API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BigQuery: Storage Write does not support protobuf's oneof.
2 participants