mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Clear job urls when we clear output
Signed-off-by: Karup <karuppayya@outlook.com>
This commit is contained in:
parent
7383c0a5c4
commit
25379aa2f6
1 changed files with 1 additions and 0 deletions
|
|
@ -379,6 +379,7 @@ public class Note implements Serializable, ParagraphJobListener {
|
|||
for (Paragraph p : paragraphs) {
|
||||
if (p.getId().equals(paragraphId)) {
|
||||
p.setReturn(null, null);
|
||||
p.clearRuntimeInfo();
|
||||
return p;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue