mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix the initial status to READY
This commit is contained in:
parent
faacb5fa2e
commit
a190f2f23c
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ public class Paragraph extends Job implements Serializable, Cloneable {
|
|||
p.setTitle(getTitle());
|
||||
p.setText(getText());
|
||||
p.setResult(getReturn());
|
||||
p.setStatus(getStatus());
|
||||
p.setStatus(Status.READY);
|
||||
p.setId(getId());
|
||||
addUser(p, user);
|
||||
return p;
|
||||
|
|
|
|||
Loading…
Reference in a new issue