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

Bugfix in the document deserialization. #1367

Merged
merged 1 commit into from
May 11, 2022
Merged

Bugfix in the document deserialization. #1367

merged 1 commit into from
May 11, 2022

Conversation

fulmicoton
Copy link
Collaborator

Deserializing a json field does not expect the
end of the document anymore.

This behavior is well documented in serde_json.
https://docs.serde.rs/serde_json/fn.from_reader.html

Closes #1366

Deserializing a json field does not expect the
end of the document anymore.

This behavior is well documented in serde_json.
https://docs.serde.rs/serde_json/fn.from_reader.html

Closes #1366
@fulmicoton fulmicoton merged commit 2f1cd7e into main May 11, 2022
@fulmicoton fulmicoton deleted the issue/1366 branch May 11, 2022 02:27
fulmicoton added a commit to quickwit-oss/quickwit that referenced this pull request May 11, 2022
fulmicoton added a commit to quickwit-oss/quickwit that referenced this pull request May 11, 2022
PSeitz pushed a commit that referenced this pull request May 12, 2022
Deserializing a json field does not expect the
end of the document anymore.

This behavior is well documented in serde_json.
https://docs.serde.rs/serde_json/fn.from_reader.html

Closes #1366
This was referenced Jan 13, 2023
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.

Json deserialization error
1 participant