You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Venkata Ramana G (JIRA)" <ji...@apache.org> on 2017/03/18 08:02:41 UTC

[jira] [Resolved] (CARBONDATA-791) Exists queries of TPC-DS are failing in carbon

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

Venkata Ramana G resolved CARBONDATA-791.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.1.0-incubating

> Exists queries of TPC-DS are failing in carbon
> ----------------------------------------------
>
>                 Key: CARBONDATA-791
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-791
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Ravindra Pesala
>            Assignee: Ravindra Pesala
>             Fix For: 1.1.0-incubating
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Exists queries are failing in carbon.
> These are required in TPC-DS test.
> Testcase to reproduce.
> {code}
> val df = sqlContext.sparkContext.parallelize(1 to 1000).map(x => (x+"", (x+100)+"")).toDF("c1", "c2")
>     df.write
>       .format("carbondata")
>       .mode(SaveMode.Overwrite)
>       .option("tableName", "carbon")
>       .save()
> sql("select * from carbon where c1='200' and exists(select * from carbon)")
> {code}
> It fails in carbon.
>  



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)