nastra commented on code in PR #6168: URL: https://github.com/apache/iceberg/pull/6168#discussion_r1019154927
########## spark/v3.3/build.gradle: ########## @@ -31,7 +31,9 @@ configure(sparkProjects) { configurations { all { resolutionStrategy { + force "com.fasterxml.jackson.module:jackson-module-scala_${scalaVersion}:2.13.4" Review Comment: jackson-module-paranamer isn't required to be forced here because it doesn't appear to be used in Spark 3.3 -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org