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:25:06 UTC

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

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

Hyunsik Choi updated TAJO-404:
------------------------------

    Attachment: TAJO-404.patch

> 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
>
>         Attachments: TAJO-404.patch
>
>
> 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)