Github user kevin-bates commented on a diff in the pull request:
https://github.com/apache/incubator-toree/pull/116#discussion_r107316407
--- Diff:
scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaInterpreter.scala
---
@@ -48,7 +48,7 @@ class ScalaInterpreter(private val config:Config =
ConfigFactory.load) extends I
protected val lastResultOut = new ByteArrayOutputStream()
- protected val multiOutputStream = MultiOutputStream(List(Console.out,
lastResultOut))
+ protected val multiOutputStream = MultiOutputStream(List(lastResultOut))
--- End diff --
multiOutputStream is overridden by a test class that requires the list,
that was the cause of the compilation failure. Your PR should have the same
failure.
---
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.
---