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_r244012658
########## File path: zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Paragraph.java ########## @@ -450,6 +463,24 @@ protected InterpreterResult jobRun() throws Throwable { p.settings.setParams(settings.getParams()); } + // After the paragraph is executed, + // need to apply the paragraph to the configuration in the + // `interpreter-setting.json` config + if (this.configSettingNeedUpdate) { Review comment: The default configuration is used when the `intpText` changes. The configuration modified by the user on the paragraph is not overwritten by the interpreter default configuration. ---------------------------------------------------------------- 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