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/11/29 09:24:35 UTC

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

Hyunsik Choi created TAJO-340:
---------------------------------

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