Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-998

Parsing and converting exponential numbers may cause incorrect result.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Physical Operator
    • None

    Description

      See the title. For example, exponential numbers are frequently used in SQL areas. But, in some cases, current implementation parses and converts them incorrectly.

      select ps_partkey, part_value
      from q11_part_tmp
      where part_value > 8.016814904299146E12 * 0.0001
      order by part_value desc;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: