Repository: zeppelin
Updated Branches:
refs/heads/master 09d44d504 -> 1267e33a0
[ZEPPELIN-3701].Missing first several '0' and losing digital accuracy in result
table
### What is this PR for?
Improvements:
-Datas like '00058806' will be displayed correctly instead of '58806'.
-Datas like '588
Repository: zeppelin
Updated Branches:
refs/heads/master 48109b256 -> 09d44d504
[ZEPPELIN-3702]. Followup of ZEPPELIN-3681: Use NotebookService in more apis
### What is this PR for?
Followup of ZEPPELIN-3681, use NotebookService in more apis. and also add unit
test for NotebookService.
### W
Repository: zeppelin
Updated Branches:
refs/heads/master b958d4c30 -> 48109b256
[HOTFIX] Fix test failure of DepInterpreterTest
(cherry picked from commit 89a81a884c6fc4b1599c7ad0fc1ebf47bd608106)
Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.
Repository: zeppelin
Updated Branches:
refs/heads/master b94d144ce -> b958d4c30
[ZEPPELIN-3710] Add to the SAP documentation limit and distinct description
### What is this PR for?
Add to the SAP documentation `limit` and `distinct` keywords description which
have been added in [ZEPPELIN-3677