Matthias Koch created ZEPPELIN-5964:
---------------------------------------
Summary: Renaming and executing a note results in it being
duplicated.
Key: ZEPPELIN-5964
URL: https://issues.apache.org/jira/browse/ZEPPELIN-5964
Project: Zeppelin
Issue Type: Bug
Components: zeppelin-zengine
Affects Versions: 0.10.1
Reporter: Matthias Koch
If a note is renamed by changing only the capitalization, the note is copied at
the file system level when it is executed again.
h3. Preconditions:
A note, for example, named "{_}note"{_}
h3. Steps to reproduce:
* Rename the note "{_}note"{_} to "{_}Note"{_}
* Open and execute the note
h3. Expected result:
There is only one file _Note_ in the file system
h3. Observed result:
There are two files in the file system: _Note_ and _note_
--
This message was sent by Atlassian Jira
(v8.20.10#820010)