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)

Reply via email to