mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add issue id in the comment
This commit is contained in:
parent
23d5d55766
commit
1a31a669ea
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public class InterpreterOutputStream extends LogOutputStream {
|
|||
for (StackTraceElement stack : stacks) {
|
||||
if (stack.getClassName().equals("scala.tools.nsc.interpreter.ReplReporter") &&
|
||||
stack.getMethodName().equals("error")) {
|
||||
// ignore
|
||||
// ignore. Please see ZEPPELIN-2067
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue