You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/08/07 10:28:11 UTC

[jira] [Created] (TAJO-998) Parsing and converting exponential numbers may cause incorrect result.

Hyunsik Choi created TAJO-998:
---------------------------------

             Summary: Parsing and converting exponential numbers may cause incorrect result.
                 Key: TAJO-998
                 URL: https://issues.apache.org/jira/browse/TAJO-998
             Project: Tajo
          Issue Type: Improvement
          Components: physical operator
            Reporter: Hyunsik Choi
             Fix For: 0.9.0


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

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



--
This message was sent by Atlassian JIRA
(v6.2#6252)