Reamer commented on code in PR #5097:
URL: https://github.com/apache/zeppelin/pull/5097#discussion_r2414094941


##########
zeppelin-server/src/main/java/org/apache/zeppelin/rest/NotebookRestApi.java:
##########
@@ -512,7 +522,15 @@ public Response createNote(String message) throws 
IOException {
             defaultInterpreterGroup,
             request.getAddingEmptyParagraph(),
             getServiceContext(),
-            new RestServiceCallback<>());
+            new RestServiceCallback<>() {

Review Comment:
   I don't like overriding the onFailure method here just to handle the 
exception differently.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to