Prabhat Kashyap created CARBONDATA-389:
------------------------------------------

             Summary: Subquery not working
                 Key: CARBONDATA-389
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-389
             Project: CarbonData
          Issue Type: Bug
            Reporter: Prabhat Kashyap


Whenever I execute 
select name from emp2 where exists (select id from emp3 where emp2.id=emp3.id);
It gives me following exception:
scala.NotImplementedError: No parse rules for ASTNode type

And also 
select name from emp4 where id in (select id from emp5);
gives the same error



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to