Sharmadha Sainath created ATLAS-2237:
----------------------------------------
Summary: Exponential values for tag attribute values for float,
double are stored differently.
Key: ATLAS-2237
URL: https://issues.apache.org/jira/browse/ATLAS-2237
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Sharmadha Sainath
On providing
1. 3.4e+10 to a float tag attribute value , it is stored as 33999999000 .
2. 34e+10 to a float tag attribute value , it is stored as 340000014000.
The POST body is sent with the exponential values but stored differently.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)