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

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

Github user hyunsik commented on the pull request:

    https://github.com/apache/tajo/pull/3#issuecomment-39823254
  
    committed.


> Supports expressions in 'IN predicate'
> --------------------------------------
>
>                 Key: TAJO-728
>                 URL: https://issues.apache.org/jira/browse/TAJO-728
>             Project: Tajo
>          Issue Type: Improvement
>    Affects Versions: 0.8-incubating, 1.0-incubating
>            Reporter: hyoungjunkim
>            Assignee: Hyunsik Choi
>             Fix For: 0.8-incubating, 1.0-incubating
>
>         Attachments: TAJO-728.patch, TAJO-728_2.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