Github user RamVenkatesh commented on a diff in the pull request:

    https://github.com/apache/incubator-zeppelin/pull/22#discussion_r27712863
  
    --- Diff: 
zeppelin-zengine/src/main/java/com/nflabs/zeppelin/notebook/Note.java ---
    @@ -231,6 +232,9 @@ public void run(String paragraphId) {
         p.setNoteReplLoader(replLoader);
         p.setListener(jobListenerFactory.getParagraphJobListener(this));
         Interpreter intp = replLoader.get(p.getRequiredReplName());
    +    if (intp == null) {
    --- End diff --
    
    @Leemoonsoo  thank you for the review.
    
    I have made the following changes:
    1. for NPEs getMessage() is null, hence no error is shown on the GUI. I 
have fixed this in InterpreterUtils.getMostRelevantMessage
    2. added a test for this specific case to throw an InterpreterException 
instead of NPE
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to