[
https://issues.apache.org/jira/browse/ATLAS-2423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nixon Rodrigues resolved ATLAS-2423.
------------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0
0.8.2
[~ssainath] Thanks for the patch,
Committed the fix on the following branches
* master - http://git-wip-us.apache.org/repos/asf/atlas/commit/76fbe643
* branch0.8 - http://git-wip-us.apache.org/repos/asf/atlas/commit/38dcf2e8
> 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
> Fix For: 0.8.2, 1.0.0
>
> 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)