[GitHub] spark pull request #19846: [SPARK-22393][SPARK-SHELL] spark-shell can't find...

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

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


---

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



[GitHub] spark pull request #19846: [SPARK-22393][SPARK-SHELL] spark-shell can't find...

2017-11-29 Thread mpetruska
GitHub user mpetruska opened a pull request:

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

[SPARK-22393][SPARK-SHELL] spark-shell can't find imported types in class 
constructors, extends clause

## What changes were proposed in this pull request?

[SPARK-22393](https://issues.apache.org/jira/browse/SPARK-22393)

## How was this patch tested?

With a new test case in `RepSuite`



This code is a retrofit of the Scala 
[SI-9881](https://github.com/scala/bug/issues/9881) bug fix, which never made 
it into the Scala 2.11 branches. Pushing these changes directly to the Scala 
repo is not practical (see: https://github.com/scala/scala/pull/6195).


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

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

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

https://github.com/apache/spark/pull/19846.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 #19846


commit a5424274db54fde780154fbddeecab2c492a245d
Author: Mark Petruska 
Date:   2017-11-29T14:58:11Z

retrofits scala repl 2.11 bug fix (SI-9881) for Spark-shell




---

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