Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented May 17, 2025

What changes were proposed in this pull request?

This PR aims to change StatusRecorder.objectMapper into a static variable to be clear.

Why are the changes needed?

According to the usage pattern, this is already defined as static final from ModelUtils and StatusRecorder also uses in that pattern. We can declare as a static variable to be clear.

public static final ObjectMapper objectMapper = new ObjectMapper();

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Pass the CIs.

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

No.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-52200 branch May 17, 2025 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants