Uploaded image for project: 'CarbonData'
  1. CarbonData
  2. CARBONDATA-791

Exists queries of TPC-DS are failing in carbon

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • None
    • None

    Description

      Exists queries are failing in carbon.
      These are required in TPC-DS test.

      Testcase to reproduce.

      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)")
      

      It fails in carbon.

      Attachments

        Issue Links

          Activity

            People

              ravi.pesala Ravindra Pesala
              ravi.pesala Ravindra Pesala
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h
                  1h