[jira] [Created] (CARBONDATA-1189) Delete with subquery is not working in spark 2.1

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (CARBONDATA-1189) Delete with subquery is not working in spark 2.1

Akash R Nilugal (Jira)
Ravindra Pesala created CARBONDATA-1189:
-------------------------------------------

             Summary: Delete with subquery is not working in spark 2.1
                 Key: CARBONDATA-1189
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1189
             Project: CarbonData
          Issue Type: Bug
            Reporter: Ravindra Pesala


Delete with suquery not working in spark 2.1.
Example query :
{code}
delete from  iud_db.dest where c1 IN (select c11 from source2 where c11 = 'b'
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)