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 <15645757+uzadude@...>
Date: 2018-07-02T11:59:00Z
[ZEPPELIN-3574] fix large number rendering issue
----
---