[
https://issues.apache.org/jira/browse/ATLAS-3964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deep Singh reopened ATLAS-3964:
-------------------------------
Regression was observed in counts of entities.
That was because all sorts of numbers were parsed into string.
Only those numbers where information is being lost must be passed into a string.
> Atlas UI displays large numbers incorrectly
> -------------------------------------------
>
> Key: ATLAS-3964
> URL: https://issues.apache.org/jira/browse/ATLAS-3964
> Project: Atlas
> Issue Type: Bug
> Components: atlas-webui
> Reporter: Deep Singh
> Assignee: Deep Singh
> Priority: Major
> Attachments: details.doc
>
>
> In the case of a type that has an attribute of type Long, and it contains a
> very large number, the Atlas UI does not show the correct number.
> Steps to reproduce:
> From the command line:
> # create an entity type which has a field of type long
> # create an entity of this same type and the value of the field should be
> "1085741226505763426"
> # Atlas will respond with the created entity, you will see that the field
> value is correct
> # now open the Atlas website and search for this same entity; you will see
> the value displayed is "1085741226505763500"
--
This message was sent by Atlassian Jira
(v8.3.4#803005)