GitHub user jongyoul opened a pull request:
https://github.com/apache/zeppelin/pull/2591
[HOTFIX] Forward compatibility of Note class
### What is this PR for?
Solving inconsistency issue of Note's dateformat between branch-0.7 and
master. It's related to #2272
### What type of PR is it?
[Hot Fix]
### Todos
* [x] - Support several dateformat for Note class
### What is the Jira issue?
* N/A
### How should this be tested?
* Sync with some remote repository
### Screenshots (if appropriate)
### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jongyoul/zeppelin
hotfix/note-json-forward-compatibility
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zeppelin/pull/2591.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2591
----
commit 53add8394817ae3426496df4ebc13a16fdee7565
Author: Jongyoul Lee <[email protected]>
Date: 2017-09-17T12:27:31Z
Hotfix for forward compatibility of Note.class
----
---