Github user HeartSaVioR commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/562#issuecomment-166502717
There seems to some preference, representing null value.
If we think it would be better to represent null value as below,
```
{
"status":"OK",
"body":[
{
"id":"20151222-132414_1405594849",
"status":"READY",
"started":null,
"finished":null
}
]
}
```
I'll take care of it.
Please review and comment. Thanks!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---