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

Make FieldProperty skip nulls on set() method #4469

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

JooHyukKim
Copy link
Member

fixes #4441 (original PR is #4441)

As per comment, the problem seems to be around buffering + ordering of fields (implementing current PR made me believe more so). But since buffer sort of buffers by natural ordering of input JSON, I figured maybe we can just skip nulls within the field itself.

PS : target branch TBD

@cowtowncoder cowtowncoder merged commit 2a10288 into FasterXML:2.17 Apr 7, 2024
6 checks passed
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.

2 participants