Github user Tagar commented on the issue: https://github.com/apache/zeppelin/pull/3150 Yep, what I meant are fields like "dateCreated": "2018-07-12 13:53:34.479", "dateStarted": "2018-07-23 16:27:18.751", "dateFinished": "2018-07-23 16:27:55.416", under "results" And also "user": "rdautkha...@corp.epsilon.com", "dateUpdated": "2018-07-23 16:27:18.714", at the root of paragraph json data. This information is used to render the string `Took {runtime} sec. Last updated by {user} at {dateUpdated}.` at the end of each paragraph, correct? I thought this PR removes persisting some of this information, so after zeppelin restart this information will get lost, isn't it? Thanks
---