LuciferYang commented on pull request #34532: URL: https://github.com/apache/spark/pull/34532#issuecomment-968465666
@HyukjinKwon @dongjoon-hyun `ClassTagExtensions` introduced in Jackson 2.12.2(https://github.com/FasterXML/jackson-module-scala/pull/498) and `DefaultScalaModule` Is an old API, this PR does not change it. Then I found that Spark 3.2 use Jackson 2.12.3 and Spark 3.1 use Jackson 2.10.0, so this change can be applied to Spark 3.2, but not Spark 3.1 -- 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]
