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:42 UTC

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

Hyunsik Choi created TAJO-272:
---------------------------------

             Summary: 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:
{{{
select 1 < 3 is false;
t
}}}



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