Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-5052]. Unable to set multiple local properties in ZSession
### What is this PR for? The root cause is that the local properties format is not correct, we should separate them via dot. This PR fix it and also add unit test for this scenario. ### What type of PR is it? [Bug Fix ] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5052 ### How should this be tested? * CI pass ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Jeff Zhang <[email protected]> Closes apache#3916 from zjffdu/ZEPPELIN-5052 and squashes the following commits: 08229d9 [Jeff Zhang] [ZEPPELIN-5052]. Unable to set multiple local properties in ZSession
- Loading branch information