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

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

Sharmadha Sainath created ATLAS-2423:
----------------------------------------

             Summary: 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


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)