liuxunorg commented on a change in pull request #3271: [ZEPPELIN-3919] Paragraph config default value can be customized URL: https://github.com/apache/zeppelin/pull/3271#discussion_r244011908
########## File path: zeppelin-zengine/src/test/java/org/apache/zeppelin/notebook/NotebookTest.java ########## @@ -1082,6 +1083,50 @@ public void testAuthorizationRoles() throws IOException { assertEquals(user2Notes.get(0).getId(), note.getId()); } + @Test + public void testInterpreterSettingConfig() { Review comment: Added test case. Can check the configuration changes after the interpreter type changes. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services