zjffdu commented on a change in pull request #4263: URL: https://github.com/apache/zeppelin/pull/4263#discussion_r793235588
########## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Notebook.java ########## @@ -327,10 +327,9 @@ public String cloneNote(String sourceNoteId, String newNotePath, AuthenticationI newNote.setConfig(new HashMap<>(sourceNote.getConfig())); newNote.setInfo(new HashMap<>(sourceNote.getInfo())); newNote.setDefaultInterpreterGroup(sourceNote.getDefaultInterpreterGroup()); - newNote.setNoteForms(new HashMap<>(sourceNote.getNoteForms())); - newNote.setNoteParams(new HashMap<>(sourceNote.getNoteParams())); Review comment: You are right, I have reverted this change -- 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: dev-unsubscr...@zeppelin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org