zjffdu commented on code in PR #4336:
URL: https://github.com/apache/zeppelin/pull/4336#discussion_r844565823


##########
zeppelin-zengine/src/main/java/org/apache/zeppelin/interpreter/ConfInterpreter.java:
##########
@@ -67,6 +67,9 @@ public InterpreterResult interpret(String st, 
InterpreterContext context)
       finalProperties.putAll(getProperties());
       Properties newProperties = new Properties();
       newProperties.load(new StringReader(st));
+      for (String key : newProperties.stringPropertyNames()) {

Review Comment:
   This is the test 
https://github.com/apache/zeppelin/pull/4336/files#diff-b266d633c5b6f9cdfbffde2c0a90e2d6f021b75bf2815c38c3644042cdd3b2a0R73



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

Reply via email to