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/10/21 18:48:43 UTC

[jira] [Updated] (TAJO-272) boolean test does not work correctly

     [ https://issues.apache.org/jira/browse/TAJO-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hyunsik Choi updated TAJO-272:
------------------------------

    Description: 
The current parser does not parse boolean_test correctly. So, it leads to wrong results as follows:
{code:sql}
select 1 < 3 is false;
t
{code}

  was:
The current parser does not parse boolean_test correctly. So, it leads to wrong results as follows:
{{{
select 1 < 3 is false;
t
}}}


> boolean test does not work correctly
> ------------------------------------
>
>                 Key: TAJO-272
>                 URL: https://issues.apache.org/jira/browse/TAJO-272
>             Project: Tajo
>          Issue Type: Bug
>          Components: parser, physical operator
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.2-incubating, 0.3-incubating
>
>
> The current parser does not parse boolean_test correctly. So, it leads to wrong results as follows:
> {code:sql}
> select 1 < 3 is false;
> t
> {code}



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