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

fix: remove duplicate assignment of certain flattened, repeated fields #760

Merged
merged 2 commits into from
Feb 2, 2021

Conversation

software-dov
Copy link
Contributor

Fix for #756. Under certain circumstances, flattened, repeated fields
could be duplicated during request construction.

Fix for googleapis#756. Under certain circumstances, flattened, repeated fields
could be duplicated during request construction.
@software-dov software-dov requested a review from a team as a code owner February 1, 2021 23:54
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 1, 2021
@codecov
Copy link

codecov bot commented Feb 1, 2021

Codecov Report

Merging #760 (e1ac13f) into master (944136c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #760   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        27           
  Lines         1619      1619           
  Branches       328       328           
=========================================
  Hits          1619      1619           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 944136c...e1ac13f. Read the comment docs.

@software-dov
Copy link
Contributor Author

Generated surface has been eyeball tested; the bug described in the issue has been resolved.

@software-dov software-dov added the automerge Merge the pull request once unit tests and other checks pass. label Feb 2, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit cdbc221 into googleapis:master Feb 2, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 2, 2021
gcf-merge-on-green bot pushed a commit that referenced this pull request Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants