You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by uzadude <gi...@git.apache.org> on 2018/07/02 12:01:20 UTC

[GitHub] zeppelin pull request #3047: [ZEPPELIN-3574] fix large number rendering issu...

GitHub user uzadude opened a pull request:

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

    [ZEPPELIN-3574] fix large number rendering issue

    ### What is this PR for?
    Fixing large numbers getting rounded issue because of parseFloat
    
    
    ### What type of PR is it?
    Bug Fix 
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-3574
    
    ### How should this be tested?
    %spark.sql
    select '2176329053680287235'
    


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

    $ git pull https://github.com/uzadude/zeppelin patch-1

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

    https://github.com/apache/zeppelin/pull/3047.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 #3047
    
----
commit fd4b0553fba95d5cb2b71d1676623ebbf33446b1
Author: uzadude <15...@...>
Date:   2018-07-02T11:59:00Z

    [ZEPPELIN-3574] fix large number rendering issue

----


---

[GitHub] zeppelin issue #3047: [ZEPPELIN-3574] fix large number rendering issue

Posted by Tagar <gi...@git.apache.org>.
Github user Tagar commented on the issue:

    https://github.com/apache/zeppelin/pull/3047
  
    wow. that's pretty serious issue. thanks for fixing this. LGTM.


---

[GitHub] zeppelin issue #3047: [ZEPPELIN-3574] fix large number rendering issue

Posted by Savalek <gi...@git.apache.org>.
Github user Savalek commented on the issue:

    https://github.com/apache/zeppelin/pull/3047
  
    Very LGTM


---