Deegue created ZEPPELIN-3701:
--------------------------------
Summary: Missing first several '0' and losing digital accuracy in
result table
Key: ZEPPELIN-3701
URL: https://issues.apache.org/jira/browse/ZEPPELIN-3701
Project: Zeppelin
Issue Type: Improvement
Affects Versions: 0.9.0
Reporter: Deegue
Fix For: 0.9.0
When using jdbc interpreter :
1.When select data like '00058806' from database, the result displays like
'58806' (all '0' before '5' is missing).
2.When select data like '5880658806'(length >= 7), the result displays like
'5.880659e9'(last 3 digits lost)
After reading the code in module 'zeppelin-web', I find where the problem lies.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)