[
https://issues.apache.org/jira/browse/TAJO-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008525#comment-14008525
]
Jihoon Son commented on TAJO-845:
---------------------------------
Hi Hyoungjun,
this is duplicated with TAJO-680.
> Supports SUBQUERY in IN clause.
> -------------------------------
>
> Key: TAJO-845
> URL: https://issues.apache.org/jira/browse/TAJO-845
> Project: Tajo
> Issue Type: New Feature
> Reporter: Hyoungjun Kim
> Priority: Minor
>
> Tajo should be support the following query.
> {code:sql}
> select *
> from lineitem
> where l_orderkey in (select o_orderkey from orders)
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)