-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible jackson-core version with Spark 3.0 #277
Comments
Hi @qxzzxq, thanks for the detailed bug report! |
Thank you @nightscape for your response! Can't wait to test 0.13.4 😄 |
It seems to be published properly although the Github Action is still running. Go give it a try! 😃 |
It works in |
Hi 👋
Recently I was trying to use this library with Spark 3.0 but I got the following exception:
In Spark 3.0, the version of the
jackson-core
library has been upgrade from 2.6.7 to 2.10.0. I think it may cause compatibility problem with the version 2.8.8 (which is used by spark-excel).I've also tried to exclude
jackson-core
fromspark-excel
. But it doesn't work neither. I got this exceptionPossible Solution
Upgrade the jackson library to the same version as Spark
Steps to Reproduce (for bugs)
pom:
Code:
Your Environment
Scala 2.12
,Spark 3.0.0
0.13.1
The text was updated successfully, but these errors were encountered: