mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
return error
This commit is contained in:
parent
ad26d0b8de
commit
c3e74f29c9
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ public class LivyHelper {
|
|||
|
||||
if (r == Code.ERROR) {
|
||||
out.setInterpreterOutput(null);
|
||||
return new InterpreterResult(r, "");
|
||||
return res;
|
||||
} else if (r == Code.INCOMPLETE) {
|
||||
incomplete += s + "\n";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue