You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53430] Prevent unintended JSON serialization with @JsonIgnore
### What changes were proposed in this pull request?
This PR adds JsonIgnore to helper methods in API to avoid unintentional serialization.
### Why are the changes needed?
Some non-field heler methods in our API POJO classes can be unintentionally serialized as Jackson treat them as getters.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CIs
### Was this patch authored or co-authored using generative AI tooling?
No
Closesapache#304 from jiangzho/ignore.
Authored-by: Zhou JIANG <[email protected]>
Signed-off-by: Peter Toth <[email protected]>
0 commit comments