rdblue commented on pull request #1648:
URL: https://github.com/apache/iceberg/pull/1648#issuecomment-805284872


   I think a Jackson dependency update in Avro breaks Spark:
   
   ```
   com.fasterxml.jackson.databind.JsonMappingException: Scala module 2.11.4 
requires Jackson Databind version >= 2.11.0 and < 2.12.0
   ```
   
   Looks like Avro updated Jackson from 2.11.3 to 2.12.2, which is what causes 
the problem. We should revert the latest update to 1.10.2 and use 1.10.1 to fix 
the problem, I guess.


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