Uploaded image for project: 'Atlas'
  1. Atlas
  2. ATLAS-2423

UI : Min values for Double and Float require modification

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.2, 1.0.0
    • atlas-webui
    • None

    Description

      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 :

       "float": {
                  min: 1.4E-45,
                  max: 3.4028235E38
              },
              "double": {
                  min: 4.9E-324,
                  max: 1.7976931348623157E308
              }
      

      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.

      Attachments

        1. ATLAS-2423.patch
          0.9 kB
          Sharmadha S

        Activity

          People

            sharmadhas Sharmadha S
            sharmadhas Sharmadha S
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: