Hyoungjun Kim created TAJO-845:
----------------------------------
Summary: 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)
