You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Jacky Li (JIRA)" <ji...@apache.org> on 2017/06/22 01:30:00 UTC

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

     [ https://issues.apache.org/jira/browse/CARBONDATA-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacky Li resolved CARBONDATA-1189.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

> 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
>             Fix For: 1.2.0
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> 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)