pvary commented on code in PR #17336:
URL: https://github.com/apache/iceberg/pull/17336#discussion_r3639569523


##########
spark/v3.5/build.gradle:
##########
@@ -30,9 +30,9 @@ configure(sparkProjects) {
   configurations {
     all {
       resolutionStrategy {
-        force 
"com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:${libs.versions.jackson215.get()}"
-        force 
"com.fasterxml.jackson.core:jackson-databind:${libs.versions.jackson215.get()}"
-        force 
"com.fasterxml.jackson.core:jackson-core:${libs.versions.jackson215.get()}"
+        force 
"com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:${libs.versions.jackson221.get()}"
+        force 
"com.fasterxml.jackson.core:jackson-databind:${libs.versions.jackson221.get()}"
+        force 
"com.fasterxml.jackson.core:jackson-core:${libs.versions.jackson221.get()}"

Review Comment:
   Good. Let's remove and see.
   
   Also we might want to ask someone with more spark experience.
   Maybe @szehon-ho or @huaxingao?
   
   What do you think @szehon-ho or @huaxingao: If we change the relocated 
jackson version from 2.15.2 to 2.21.4, would that cause any issues for the 
users if the Spark test are green? 



-- 
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