Login  Register

[jira] [Created] (CARBONDATA-389) Subquery not working

Posted by Akash R Nilugal (Jira) on Nov 07, 2016; 9:47am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/jira-Created-CARBONDATA-389-Subquery-not-working-tp2723.html

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)