You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by Deegue <gi...@git.apache.org> on 2018/08/10 07:44:37 UTC

[GitHub] zeppelin pull request #3123: ZEPPELIN-3701. Missing first several '0' and lo...

GitHub user Deegue opened a pull request:

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

    ZEPPELIN-3701. Missing first several '0' and losing digital accuracy …

    ### What is this PR for?
    This PR just improve the datas displayed in output table.
    
    Here's the main changes;
    
    1. Datas like '00058806'(integer begin with '0') can be displayed correctly instead of '58806'.
    2. Datas like '5880658806'(big integer and double) can be displayed correctly instead of '5.880659e9'.
    
    ### What type of PR is it?
    [Improvement | Feature]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3701
    
    ### How should this be tested?
    * Unit test is added
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    ### What is this PR for?
    A few sentences describing the overall goals of the pull request's commits.
    First time? Check out the contributing guide - https://zeppelin.apache.org/contribution/contributions.html
    
    
    ### What type of PR is it?
    [Bug Fix | Improvement | Feature | Documentation | Hot Fix | Refactoring]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * Open an issue on Jira https://issues.apache.org/jira/browse/ZEPPELIN/
    * Put link here, and add [ZEPPELIN-*Jira number*] in PR title, eg. [ZEPPELIN-533]
    
    ### How should this be tested?
    * First time? Setup Travis CI as described on https://zeppelin.apache.org/contribution/contributions.html#continuous-integration
    * Strongly recommended: add automated unit tests for any new or changed behavior
    * Outline any manual steps to test the PR here.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update?
    * Is there breaking changes for older versions?
    * Does this needs documentation?
    
    Author: heguozi <zy...@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/3123.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 #3123
    
----
commit fd8db43d6ca81d3919f8875a68d5225f9da2085f
Author: 和果子 <>
Date:   2018-08-10T07:08:43Z

    ZEPPELIN-3701. Missing first several '0' and losing digital accuracy in result table
    
    ### What is this PR for?
    This PR just improve the datas displayed in output table.
    
    Here's the main changes;
    
    1. Datas like '00058806'(integer begin with '0') can be displayed correctly instead of '58806'.
    2. Datas like '5880658806'(big integer and double) can be displayed correctly instead of '5.880659e9'.
    
    ### What type of PR is it?
    [Improvement | Feature]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/browse/ZEPPELIN-3701
    
    ### How should this be tested?
    * Unit test is added
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No

----


---

[GitHub] zeppelin pull request #3123: ZEPPELIN-3701. Missing first several '0' and lo...

Posted by Deegue <gi...@git.apache.org>.
Github user Deegue closed the pull request at:

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


---