You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2014/03/31 16:27:19 UTC

[jira] [Updated] (TAJO-728) Supports expression IN statement

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

Hyunsik Choi updated TAJO-728:
------------------------------

    Attachment: TAJO-728.patch

> Supports expression IN statement
> --------------------------------
>
>                 Key: TAJO-728
>                 URL: https://issues.apache.org/jira/browse/TAJO-728
>             Project: Tajo
>          Issue Type: Improvement
>            Reporter: hyoungjunkim
>            Assignee: Hyunsik Choi
>         Attachments: TAJO-728.patch
>
>
> Tajo does not support expression IN statement.
>  
> {noformat}
> tpch100> select * from nation where n_nationkey in (1, 1+1, 1+2);
> ERROR: extraneous input '+' expecting {',', ')'}
> LINE 1:47 select * from nation where n_nationkey in (1, 1+1, 1+2)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)