nastra commented on code in PR #7694:
URL: https://github.com/apache/iceberg/pull/7694#discussion_r1262107728
##########
spark/v3.4/build.gradle:
##########
@@ -31,9 +30,9 @@ configure(sparkProjects) {
configurations {
all {
resolutionStrategy {
- force
"com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:2.13.4"
- force 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
- force 'com.fasterxml.jackson.core:jackson-core:2.13.4'
+ force
"com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:${libs.versions.jackson213.get()}"
+ force "com.fasterxml.jackson.core:jackson-databind:2.13.4.2"
Review Comment:
you're right, I've also just checked which Jackson version is being used by
the respective Spark version. So the versions you currently have are correct
(2.13.4 and 2.13.4.2).
I noticed that Spark 3.4.1 uses a newer Jackson version, which I'm enforcing
in https://github.com/apache/iceberg/pull/8052, so just FYI
--
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]