Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/22004#discussion_r207763075
--- Diff: repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala ---
@@ -84,6 +85,7 @@ class ReplSuite extends SparkFunSuite {
settings = new scala.tools.nsc.Settings
settings.usejavacp.value = true
org.apache.spark.repl.Main.interp = this
+ in = SimpleReader()
--- End diff --
This was giving an NPE in 2.12. I think this little hack fixes the issue
for purposes of this test.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]