[
https://issues.apache.org/jira/browse/ATLAS-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sharmadha Sainath updated ATLAS-2237:
-------------------------------------
Description:
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.
But 3.4e+9 for a float attribute is stored as 3400000000 correctly.
The POST body is sent with the exponential values but stored differently.
was:
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.
> 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.
> But 3.4e+9 for a float attribute is stored as 3400000000 correctly.
> The POST body is sent with the exponential values but stored differently.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)