You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/11/30 06:48:35 UTC

[jira] [Created] (TAJO-344) SQLParser should recognize negative numeric expressions

Hyunsik Choi created TAJO-344:
---------------------------------

             Summary: SQLParser should recognize negative numeric expressions
                 Key: TAJO-344
                 URL: https://issues.apache.org/jira/browse/TAJO-344
             Project: Tajo
          Issue Type: Bug
          Components: parser
            Reporter: Hyunsik Choi
             Fix For: 0.8-incubating


The parser cannot deal with negative numeric values. You can reproduce the problem as follows:
{code}
select -1;
{code}

We have to fix it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)