-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Test branch to see how Scala 2.11.12 performs #21453
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
Conversation
This may be useful when Java 8 is no longer supported since Scala 2.11.12 supports later versions of Java
|
I'm also looking at this issue. The challenge is that one of the hacks we use to initialize the Spark We might need to work with Scala team to upgrade our Scala version. |
|
Here is the issue in Scala side. scala/bug#10913 |
|
Jenkins, test this please. |
|
Jenkins, add to whitelist. |
|
Jenkins, test this please |
|
Jenkins, add to whitelist |
|
Test build #91322 has finished for PR 21453 at commit
|
|
Scala 2.11.12 cannot be built against with current Spark, due to some method changes in REPL. We have tried internally. |
|
I filed an issue in Scala community about the interface changes, and they said those REPL apis are intended to be private. scala/bug#10913 Being said that, they gave us couple ways to walk around it, and I'm testing it now. |
|
I opened a PR for Scala 2.11.12 with potential Scala API change fix. #21495 Thanks. |
|
I think we can close this one as a dup of #21495 . |
|
Test build #92866 has finished for PR 21453 at commit
|
This may be useful when Java 8 is no longer supported since
Scala 2.11.12 supports later versions of Java
What changes were proposed in this pull request?
Change Scala Build Version to 2.11.12.
How was this patch tested?
This PR is made to run 2.11.12 Scala through Jenkins to see whether or not it passes cleanly.
Please review http://spark.apache.org/contributing.html before opening a pull request.