Hyunsik Choi created TAJO-126:
---------------------------------
Summary: Improve LogicalPlanner and LogicalOptimizer to support
sclar subqueries
Key: TAJO-126
URL: https://issues.apache.org/jira/browse/TAJO-126
Project: Tajo
Issue Type: Improvement
Components: planner/optimizer
Reporter: Hyunsik Choi
Fix For: 0.2-incubating
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira