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

Carbon 1.3.0- Pre_aggregate: Proper Error message should be displayed, when parent table name is not correct while creating datamap.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.3.0
    • 1.3.0
    • sql

    Description

      Steps:
      1. CREATE DATAMAP tt3 ON TABLE cust_2 USING "org.apache.carbondata.datamap.AggregateDataMapHandler" AS SELECT c_custkey, c_name, sum(c_acctbal), avg(c_acctbal), count(c_acctbal) FROM tstcust GROUP BY c_custkey, c_name;

      Issue:
      Proper error message is not displayed. It throws "assertion failed" error.

      Expected:
      Proper error message should be displayed, if parent table name has any ambiguity.

      Attachments

        Activity

          People

            Ayushi_22 Ayushi Sharma
            Ayushi_22 Ayushi Sharma
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: