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)

Reply via email to