[GitHub] spark pull request #19879: [SPARK-20706][SPARK-SHELL] Spark-shell not overri...

2017-12-05 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/spark/pull/19879


---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark pull request #19879: [SPARK-20706][SPARK-SHELL] Spark-shell not overri...

2017-12-04 Thread mpetruska
GitHub user mpetruska opened a pull request:

https://github.com/apache/spark/pull/19879

[SPARK-20706][SPARK-SHELL] Spark-shell not overriding method/variable 
definition

## What changes were proposed in this pull request?

[SPARK-20706](https://issues.apache.org/jira/browse/SPARK-20706): 
Spark-shell not overriding method/variable definition
This is a Scala repl bug ( 
[SI-9740](https://github.com/scala/bug/issues/9740) ), was fixed in version 
2.11.9 ( [see the original PR](https://github.com/scala/scala/pull/5090) )

## How was this patch tested?

Added a new test case in `ReplSuite`.


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mpetruska/spark SPARK-20706

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/spark/pull/19879.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #19879


commit 70c35fd4f7d7646586980fd6eac0d4039be1daa6
Author: Mark Petruska 
Date:   2017-12-04T15:27:15Z

fixes spark shell import issue (scala bug: SI-9740




---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org