liuxunorg commented on a change in pull request #3412: ZEPPELIN-3065 URL: https://github.com/apache/zeppelin/pull/3412#discussion_r307332237
########## File path: zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java ########## @@ -322,7 +319,8 @@ public boolean runParagraph(String noteId, try { notebook.saveNote(note, context.getAutheInfo()); - boolean result = note.run(p.getId(), blocking); +// boolean result = note.run(p.getId(), blocking); + boolean result = note.run(p.getId(), blocking, context.getAutheInfo().getUser());//fix for ZEPPELIN-3065 -- shoaib.rehman Review comment: `//fix for ZEPPELIN-3065 -- shoaib.rehman` I think this comment can be deleted because it doesn't make sense. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services