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 unparsedObject early exit #2119

Merged
merged 11 commits into from
Aug 4, 2023
Merged

Fix unparsedObject early exit #2119

merged 11 commits into from
Aug 4, 2023

Conversation

skarimo
Copy link
Member

@skarimo skarimo commented Jul 28, 2023

Previously, once we encountered an invalid field, we would place the raw object in unparsedObject and return. This fix will make sure that unmarshalling continues even though we encounter an invalid field

@skarimo skarimo added the changelog/Fixed Fixed features results into a bug fix version bump label Jul 28, 2023
@skarimo skarimo requested a review from a team as a code owner July 28, 2023 15:46
@skarimo skarimo force-pushed the sherz/fix-unparsed-object branch from 65c07ad to 248dd38 Compare July 28, 2023 15:51
@skarimo skarimo force-pushed the sherz/fix-unparsed-object branch from fa112e0 to a69f4ba Compare July 28, 2023 15:57
@skarimo skarimo force-pushed the sherz/fix-unparsed-object branch from 89aa3e6 to 12f91e6 Compare August 2, 2023 17:44
@skarimo skarimo merged commit 557665e into master Aug 4, 2023
@skarimo skarimo deleted the sherz/fix-unparsed-object branch August 4, 2023 14:39
github-actions bot pushed a commit that referenced this pull request Aug 4, 2023
* fix unparsedobject early exit

---------

Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: Thomas Hervé <thomas.herve@datadoghq.com> 557665e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/Fixed Fixed features results into a bug fix version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants