GitHub user Deegue reopened a pull request:

    https://github.com/apache/zeppelin/pull/3132

    [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 '5880658806' will be displayed correctly instead of 
'5.880659E9'.
    
    ### What type of PR is it?
    [Refactoring]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3701
    
    ### How should this be tested?
    * CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: heguozi <zyzzx...@gmail.com>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Deegue/zeppelin master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/3132.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 #3132
    
----
commit a5f9a8aaa14bf791e8270aee0d5b626dd2838764
Author: 和果子 <>
Date:   2018-08-10T11:45:37Z

    [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 '5880658806' will be displayed correctly instead of 
'5.880659E9'.
    
    ### What type of PR is it?
    [Refactoring]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3701
    
    ### How should this be tested?
    * CI pass
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: heguozi <zyzzx...@gmail.com>

commit 09fc45d839f6b516c936f321749081c73d1afa7b
Author: 和果子 <>
Date:   2018-08-13T03:40:57Z

    hardcoding fixed

commit f539a9a8ad3b42775fcc1812eb2f16e192c01825
Author: 和果子 <>
Date:   2018-08-13T10:52:50Z

    add '+' validation

----


---

Reply via email to