liuxunorg opened a new pull request #3385: [ZEPPELIN-4195] Fixed deleted note does not take effect in the file system URL: https://github.com/apache/zeppelin/pull/3385 ### What is this PR for? Because the latest note storage is saved in a real file directory. When deleting the note, Move /note-storage-dir/note1 directly to /note-storage-dir/~Trash/note1, If the /note-storage-dir/~Trash directory does not exist, then moving the note will fail. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * https://issues.apache.org/jira/browse/ZEPPELIN-4195 ### How should this be tested? * [CI Pass](https://travis-ci.org/liuxunorg/zeppelin/builds/545631231) ### Screenshots (if appropriate) ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation?
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services