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/10 03:06:07 UTC

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

    [ https://issues.apache.org/jira/browse/TAJO-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843837#comment-13843837 ] 

Hyunsik Choi edited comment on TAJO-404 at 12/10/13 2:04 AM:
-------------------------------------------------------------

Such a query 'select true;' can be executed only in testSimpleEval. After TAJO-356, this query will be executed in tsql.


was (Author: hyunsik):
Such a 'select true;' query can be executed only in testSimpleEval. After TAJO-356, this query will be executed in tsql.

> 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)