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/03/03 09:35:07 UTC

[GitHub] zjffdu edited a comment on issue #3314: [ZEPPELIN-4019] Interpreter process get note from server

zjffdu edited a comment on issue #3314: [ZEPPELIN-4019] Interpreter process get note from server
URL: https://github.com/apache/zeppelin/pull/3314#issuecomment-469005070
 
 
   @liuxunorg I just have concern that allowing getting note json is too flexible for users. and it cause risk once the note json format has changes over time. Besides that, you have to parse the json file but the json file structure would be internal that is not for public usage.
   I would suggest to add api like following:
   
   ```
   public String getParagraphText(String noteId, String paragraphId)
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services