-
Notifications
You must be signed in to change notification settings - Fork 394
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
Support Spark 3.0.0 #336
Comments
https://issues.apache.org/jira/browse/SPARK-26133 |
https://issues.apache.org/jira/browse/SPARK-26127 |
in-house we are now using/testing transmogrifai with spark 3.0.0 snapshots. compileTestScala works, but not all tests (as in ./gradlew test) pass. |
it seems OpDefaultScalaModule is broken with jackson 2.9.9 (which is what spark 3 uses) anyhow this issue:
|
Perhaps try to remove they were added to mitigate some of the issues with older jackson library - https://github.com/salesforce/TransmogrifAI/blob/master/utils/src/main/scala/com/fasterxml/jackson/module/scala/OpDefaultScalaModule.scala#L37 |
ok we have a fully working branch against spark 3.0.0-SNAPSHOT that passes all tests |
Yay!! Thank you. Looking forward to it! |
Spark 3.0.0 is actively being developed (its the current master branch for Spark).
I know its early days but i figured i start commenting here on what i ran in to so far to safe others time in the future.
My goal is to get a branch working against Spark 3.0.0 when it comes out or a Spark 3.0.0-SNAPSHOT before that. The intention is not to get this merged in: I assume Transmogrify will wait for Spark 3.0.1 before even considering that.
This builds on #184 and #332
The text was updated successfully, but these errors were encountered: