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

[SPARK-46508][BUILD] Upgrade Jackson to 2.16.1 #44494

Closed
wants to merge 1 commit into from

Conversation

LuciferYang
Copy link
Contributor

@LuciferYang LuciferYang commented Dec 26, 2023

What changes were proposed in this pull request?

This pr aims to upgrade jackson from 2.16.0 to 2.16.1

Why are the changes needed?

The new version bring some fix:

  • #4200: JsonSetter(contentNulls = FAIL) is ignored in delegating @JsonCreator argument
  • #4216: Primitive array deserializer not being captured by DeserializerModifier
  • #4219: JsonNode.findValues() and findParents() missing expected values in 2.16.0

The full release notes as follows:

Does this PR introduce any user-facing change?

No

How was this patch tested?

Pass Github Actions

Was this patch authored or co-authored using generative AI tooling?

No

@LuciferYang LuciferYang marked this pull request as draft December 26, 2023 06:25
@LuciferYang
Copy link
Contributor Author

Test first

@github-actions github-actions bot added the BUILD label Dec 26, 2023
@LuciferYang LuciferYang marked this pull request as ready for review December 26, 2023 12:33
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dongjoon-hyun
Copy link
Member

Merged to master.

@LuciferYang
Copy link
Contributor Author

Thanks @dongjoon-hyun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants