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/12/09 16:23:06 UTC

[jira] [Created] (TAJO-404) Tajo does not recognize boolean literal

Hyunsik Choi created TAJO-404:
---------------------------------

             Summary: Tajo does not recognize boolean literal
                 Key: TAJO-404
                 URL: https://issues.apache.org/jira/browse/TAJO-404
             Project: Tajo
          Issue Type: Bug
          Components: parser, planner/optimizer
            Reporter: Hyunsik Choi
            Assignee: Hyunsik Choi
             Fix For: 0.8-incubating


See the title. So, the following statement does not work in Tajo.

{code}
select true;

select * from table where true;
{code}

This patch adds boolean literal support. In addition, this patch contains some trivial bug fixes about parsing and logical planning.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)