Skip to content
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

SI-9799 Keep ImportHandlers that imports implicit symbols for -Yrepl-class-based #5210

Closed
wants to merge 1 commit into from

Conversation

zsxwing
Copy link
Contributor

@zsxwing zsxwing commented Jun 3, 2016

Since we don't know whether the implicit imports are necessary, they should be always kept.

@scala-jenkins scala-jenkins added this to the 2.12.0-RC1 milestone Jun 3, 2016
@zsxwing
Copy link
Contributor Author

zsxwing commented Jun 3, 2016

/cc @ScrapCodes

@ScrapCodes
Copy link
Contributor

No this change is not going to help us. Removing that line will lead to importing much more than necessary for declaring the class.

It will lead to surfacing of old fixed bugs like: SPARK-1199. You can try running ReplSuite in spark for scala 2.10 by making your change as above.

@zsxwing
Copy link
Contributor Author

zsxwing commented Jun 6, 2016

Closed as this will introduce other issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants