You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nixon Rodrigues (JIRA)" <ji...@apache.org> on 2018/01/30 09:36:00 UTC

[jira] [Assigned] (ATLAS-2423) UI : Min values for Double and Float require modification

     [ https://issues.apache.org/jira/browse/ATLAS-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nixon Rodrigues reassigned ATLAS-2423:
--------------------------------------

    Assignee: Sharmadha Sainath

> UI : Min values for Double and Float require modification
> ---------------------------------------------------------
>
>                 Key: ATLAS-2423
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2423
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-webui
>            Reporter: Sharmadha Sainath
>            Assignee: Sharmadha Sainath
>            Priority: Major
>         Attachments: ATLAS-2423.patch
>
>
> https://github.com/apache/atlas/blob/master/dashboardv2/public/js/utils/Enums.js has hard coded values for min and max values for double and float :
> {code}
>  "float": {
>             min: 1.4E-45,
>             max: 3.4028235E38
>         },
>         "double": {
>             min: 4.9E-324,
>             max: 1.7976931348623157E308
>         }
> {code}
> Hence UI doesn't allow negative values at all in faceted search.
> Values should be -3.4028235E38 and -1.7976931348623157E308 for min value of float and double respectively.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)