We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
All methods on Schema returns objects that shouldn't mutate the schema itself apart from Fields().
Schema
Fields()
Go
The text was updated successfully, but these errors were encountered:
apacheGH-35306: Fix Schema.Fields() to return copy of fields
e6fd621
GH-35306: Fix Schema.Fields() to return copy of fields (#35307)
9588da9
* Closes: #35306 Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
apacheGH-35306: Fix Schema.Fields() to return copy of fields (apache#…
5758621
…35307) * Closes: apache#35306 Authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>
e820fbc
802674b
yevgenypats
Successfully merging a pull request may close this issue.
Describe the bug, including details regarding any error messages, version, and platform.
All methods on
Schema
returns objects that shouldn't mutate the schema itself apart fromFields()
.Component(s)
Go
The text was updated successfully, but these errors were encountered: