We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
InvalidObjectException
java.io.InvalidObjectException: ReflectiveOperationException during deserialization
Can be solved by upgrading Scala to 2.13, but doing so will cause another error:
Execution error (ClassNotFoundException) at java.net.URLClassLoader/findClass (URLClassLoader.java:445). scala.collection.convert.Wrappers$IteratorWrapper
In geni/arrow.clj, (scala.collection.convert Wrappers$IteratorWrapper) is imported, but it is removed in Scala 2.13.
geni/arrow.clj
(scala.collection.convert Wrappers$IteratorWrapper)
The text was updated successfully, but these errors were encountered:
Newer versions of Scala 2.12 solved this problem.
Sorry, something went wrong.
Solved by upgrading Spark version to 3.3.3, whose default Scala target is 2.12.15.
Now can be fixed by upgrading Geni to v0.0.41 (to be released soon).
skylee03
Successfully merging a pull request may close this issue.
Can be solved by upgrading Scala to 2.13, but doing so will cause another error:
In
geni/arrow.clj
,(scala.collection.convert Wrappers$IteratorWrapper)
is imported, but it is removed in Scala 2.13.The text was updated successfully, but these errors were encountered: