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

Hyunsik Choi updated TAJO-126:
------------------------------
    Assignee:     (was: Hyunsik Choi)

> Scalar Subquery Support
> -----------------------
>
>                 Key: TAJO-126
>                 URL: https://issues.apache.org/jira/browse/TAJO-126
>             Project: Tajo
>          Issue Type: Improvement
>          Components: planner/optimizer
>            Reporter: Hyunsik Choi
>
> The current logical planner and logical optimizer cannot support scalar 
> subquery as follows:
> {code}
> SELECT col1, col2, col3 from tb1 where col1 < (select col3 from tb2);
> {code}
> We need to improve LogicalPlanner and LogicalOptimizer to support sclar 
> subqueries.
> In addition, this work will involve the refacoting on distributed planner.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to