Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3868

StringParser::StringToFloatInternal() allows multiple dots in float numbers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 2.1
    • Impala 2.7.0
    • Backend
    • None

    Description

      Only the first dot character is interpreted as a decimal point, the additional dots are simply ignored. As a result, cast("2.3....3" as float) is treated the same as cast("2.33" as float).

      Attachments

        Activity

          People

            attilaj Attila Jeges
            attilaj Attila Jeges
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: