[
https://issues.apache.org/jira/browse/TAJO-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi reassigned TAJO-340:
---------------------------------
Assignee: Hyunsik Choi
> Some joins with inline view causes 'Not all join conditions are pushed down
> to joins'
> -------------------------------------------------------------------------------------
>
> Key: TAJO-340
> URL: https://issues.apache.org/jira/browse/TAJO-340
> Project: Tajo
> Issue Type: Bug
> Components: planner/optimizer
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Priority: Critical
> Fix For: 0.8-incubating
>
>
> The below SQL causes 'Not all join conditions are pushed down to joins.'
> error.
> {code}
> select a.c_name from customer_100 a, (select n_nationkey, n_name from
> nation_100) b where a.c_nationkey = b.n_nationkey
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)