William1104 opened a new pull request, #45103:
URL: https://github.com/apache/spark/pull/45103

   ### What changes were proposed in this pull request?
   This PR aims to fix `spark-common-utils` module by adding explicit 
`jackson-core` and `jackson-annotations` dependencies. 
   
   ### Why are the changes needed?
   `spark-common-utils` uses `jackson-core` and `jackson-annotations` like the 
following, but we didn't declare it explicitly. 
   
   
https://github.com/apache/spark/blob/a6bed5e9bcc54dac51421263d5ef73c0b6e0b12c/common/utils/src/main/scala/org/apache/spark/ErrorClassesJSONReader.scala#L26
   
https://github.com/apache/spark/blob/a6bed5e9bcc54dac51421263d5ef73c0b6e0b12c/common/utils/src/main/scala/org/apache/spark/ErrorClassesJSONReader.scala#L25
   
https://github.com/apache/spark/blob/a6bed5e9bcc54dac51421263d5ef73c0b6e0b12c/common/utils/src/main/scala/org/apache/spark/util/JsonUtils.scala#L23
   
   ### How was this patch tested?
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   No.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to