EnricoMi commented on PR #40933: URL: https://github.com/apache/spark/pull/40933#issuecomment-1536609310
I found a fix on my side, the order of dependencies in my pom is significant here: - :x: first referencing spark-core, then spark-sql pulls in Jackson 2.12.7 - :heavy_check_mark: first referencing spark-sql, then spark-core pulls in Jackson 2.15.0 - :heavy_check_mark: only referencing spark-sql pulls in Jackson 2.15.0 -- 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]
