Reamer commented on a change in pull request #4121:
URL: https://github.com/apache/zeppelin/pull/4121#discussion_r635848055



##########
File path: 
zeppelin-server/src/main/java/org/apache/zeppelin/service/JobManagerService.java
##########
@@ -65,9 +65,10 @@ public JobManagerService(Notebook notebook,
     Note jobNote = notebook.getNote(noteId);
     if (jobNote == null) {
       callback.onFailure(new IOException("Note " + noteId + " not found"), 
context);
+    } else {
+      notesJobInfo.add(new NoteJobInfo(jobNote));
+      callback.onSuccess(notesJobInfo, context);

Review comment:
       This is a change of programme. But it looks good.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to