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

ASF GitHub Bot commented on TAJO-728:
-------------------------------------

GitHub user hyunsik opened a pull request:

    https://github.com/apache/tajo/pull/3

    TAJO-728: Supports expression IN statement. (hyunsik)

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hyunsik/tajo TAJO-728

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/3.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3
    
----
commit 91e732011c1fdb51f6da9f1e9bfd43924f00173b
Author: Hyunsik Choi <[email protected]>
Date:   2014-03-31T14:25:32Z

    TAJO-728: Supports expression IN statement. (hyunsik)

----


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

Reply via email to