liuxunorg commented on a change in pull request #3412: ZEPPELIN-3065
URL: https://github.com/apache/zeppelin/pull/3412#discussion_r307333674
##########
File path:
zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Note.java
##########
@@ -836,7 +822,23 @@ public boolean run(String paragraphId) {
* @param paragraphId ID of paragraph
*/
public boolean run(String paragraphId, boolean blocking) {
+ return run(paragraphId, blocking, null);
+ }
+
+ /**
+ * Run a single para
+ * @param paragraphId
+ * @param blocking
+ * @param ctxUser
+ * @return
+ */
+ //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:
[email protected]
With regards,
Apache Git Services