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

Pre-aggregate table don't support 'AS SELECT * FROM MAINTABLE'

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.3.0
    • None
    • spark-integration
    • None

    Description

      Pre-aggregate table don't support 'AS SELECT * FROM MAINTABLE'

       + test("test pre agg create table 27: select * and no group by") {
       +    intercept[Exception] {
       +      sql(
       +        """
       +          | CREATE DATAMAP IF NOT EXISTS agg0 ON TABLE mainTable
       +          | USING 'preaggregate'
       +          | AS SELECT *  FROM maintable
       +        """.stripMargin)
       +    }
       +  }
      

      see: https://github.com/apache/carbondata/pull/1857/files

      Attachments

        Activity

          People

            Unassigned Unassigned
            xubo245 Bo Xu
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: