Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ZEPPELIN-2713] Fix NPE of notebook creat rest api if message is nul…
…l or empty ### What is this PR for? Notebook create rest api will cause NPE when the message is null or empty. ### What type of PR is it? [Bug Fix ] ### Todos * [ ] - Task ### What is the Jira issue? * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/ * https://issues.apache.org/jira/projects/ZEPPELIN/issues/ZEPPELIN-2713?filter=allopenissues ### How should this be tested? Post to rest api (api/notebook) with nothing, test if NPE ### 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: lichenyang <[email protected]> Closes #2457 from reminia/ZEPPELIN-2713 and squashes the following commits: 36e3b46 [lichenyang] [ZEPPELIN-2713] Fix NPE of notebook create rest api if message is null or empty
- Loading branch information