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: support set null map entries for non-simple map values #1782

Merged
merged 2 commits into from Dec 14, 2022

Conversation

codyoss
Copy link
Member

@codyoss codyoss commented Dec 14, 2022

Previous impl assumed maps would be of type map[string]string. Although this is most of the map types this library uses some use more complex types. For these cases it is impossible to unset fields in patch requests until this fix. Reported internal

Ref: b/261221901

Previous impl assumed maps would be of type map[string]string.
Although this is most of the map types this library uses some use
more complex types. For these cases it is impossible to unset fields
in patch requests until this fix. Reported internal

Ref: b/261221901
@codyoss codyoss requested review from a team and yoshi-approver as code owners December 14, 2022 19:51
@codyoss codyoss added the automerge Merge the pull request once unit tests and other checks pass. label Dec 14, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit c58bf4c into googleapis:main Dec 14, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 14, 2022
@googleapis googleapis deleted a comment from Sparrowej9 Jan 4, 2023
@codyoss codyoss deleted the fix-map-marshal branch January 4, 2023 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants