| commit | 9c1a9e0f78689ba13a1f46fcd3f6f10fd108bfc9 | [log] [tgz] |
|---|---|---|
| author | Jeff Zhang <zjffdu@apache.org> | Wed Jun 16 15:36:50 2021 +0800 |
| committer | Jeff Zhang <zjffdu@apache.org> | Fri Jun 18 11:03:50 2021 +0800 |
| tree | c69c7b0ce1328dd4477282fac4b75e8ff37fd5d5 | |
| parent | ed18c3e6bfcb64322659c830dbc8ef787bdb3477 [diff] |
[ZEPPELIN-5290] NPE on empty dynamic form input ### What is this PR for? Simple PR to address NPE on empty dynamic form input. Instead of throwing NPE, just make the form value as empty string. ### What type of PR is it? [Improvement] ### Todos * [ ] - Task ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-5290 ### 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 <zjffdu@apache.org> Closes #4135 from zjffdu/ZEPPELIN-5290 and squashes the following commits: bb7fd498a6 [Jeff Zhang] address comment 07aee02e69 [Jeff Zhang] [ZEPPELIN-5290] NPE on empty dynamic form input
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core features:
To know more about Zeppelin, visit our web site https://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.