mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add scala prefix
This commit is contained in:
parent
bb01f9613b
commit
330f38d345
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ class ScioInterpreter(property: Properties) extends Interpreter(property) {
|
|||
innerOut.setInterpreterOutput(context.out)
|
||||
|
||||
try {
|
||||
import tools.nsc.interpreter.Results._
|
||||
import scala.tools.nsc.interpreter.Results._
|
||||
REPL.interpret(code) match {
|
||||
case Success => {
|
||||
logger.debug(s"Successfully executed `$code` in $paragraphId")
|
||||
|
|
|
|||
Loading…
Reference in a new issue