mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Merge remote-tracking branch 'origin/master' into livyInterperter
This commit is contained in:
commit
ea05fe9a1a
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ public class Paragraph extends Job implements Serializable, Cloneable {
|
|||
}
|
||||
|
||||
static class ParagraphRunner extends InterpreterContextRunner {
|
||||
private Note note;
|
||||
private transient Note note;
|
||||
|
||||
public ParagraphRunner(Note note, String noteId, String paragraphId) {
|
||||
super(noteId, paragraphId);
|
||||
|
|
|
|||
Loading…
Reference in a new issue