Github user andrewor14 commented on the pull request:
https://github.com/apache/spark/pull/11242#issuecomment-217245132
By the way, I just tried this out in the REPL and it still blocks behind
user code:
```
import scala.concurrent.ExecutionContext.Implicits.global
import scala.concurrent.Future
Future { (1 to 1000).par.foreach(_ => Thread.sleep(100000000)) }
sc.union((0 to 10).map { _ => sc.parallelize(1 to 1000) }).count() //
blocks forever
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]