You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/12/03 06:25:36 UTC

[jira] [Updated] (TAJO-340) Some joins with inline view causes 'Not all join conditions are pushed down to joins'

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

Hyunsik Choi updated TAJO-340:
------------------------------

    Priority: Critical  (was: Major)

> 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
>            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)