You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/01/21 20:06:06 UTC

[GitHub] felixcheung commented on a change in pull request #3286: Fix abstractions. Removing Message class usage from NotebookService.

felixcheung commented on a change in pull request #3286: Fix abstractions. Removing Message class usage from NotebookService.
URL: https://github.com/apache/zeppelin/pull/3286#discussion_r249566766
 
 

 ##########
 File path: zeppelin-server/src/main/java/org/apache/zeppelin/service/NotebookService.java
 ##########
 @@ -955,37 +952,46 @@ public void emptyTrash(ServiceContext context,
   }
 
   public void spell(String noteId,
-                    Message message,
+                    String paragraphId,
+                    String title,
+                    String text,
+                    Object results,
 
 Review comment:
   InterpreterResult?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services