Fokko edited a comment on pull request #1648:
URL: https://github.com/apache/iceberg/pull/1648#issuecomment-759304104


   Not 100% sure if this is the case. The Jackson module in Avro isn't shaded, 
so that might cause issues with Spark 2. Avro 1.10.1 uses Jackson 2.11, and 1.9 
is still on 2.10.
   
   Spark 3.0.1 is still on Jackson 2.10:
   ```
   +--- org.apache.spark:spark-hive_2.12 -> 3.0.1
   |    +--- org.apache.spark:spark-core_2.12:3.0.1
   |    |    +--- com.fasterxml.jackson.module:jackson-module-scala_2.12:2.10.0 
-> 2.10.2
   |    |    |    +--- org.scala-lang:scala-library:2.12.10
   |    |    |    +--- com.fasterxml.jackson.core:jackson-core:2.10.2
   |    |    |    +--- com.fasterxml.jackson.core:jackson-annotations:2.10.2
   |    |    |    +--- com.fasterxml.jackson.core:jackson-databind:2.10.2 (*)
   |    |    |    \--- 
com.fasterxml.jackson.module:jackson-module-paranamer:2.10.2
   |    |    |         +--- com.fasterxml.jackson.core:jackson-databind:2.10.2 
(*)
   |    |    |         \--- com.thoughtworks.paranamer:paranamer:2.8
   ```
   https://github.com/apache/spark/blob/v3.0.1/pom.xml#L175


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

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