Ayushi Sharma created CARBONDATA-1760:
-----------------------------------------

             Summary: Carbon 1.3.0- Pre_aggregate: Proper Error message should 
be displayed, when parent table name is not correct while creating datamap.
                 Key: CARBONDATA-1760
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1760
             Project: CarbonData
          Issue Type: Bug
          Components: sql
    Affects Versions: 1.3.0
            Reporter: Ayushi Sharma
            Priority: Minor


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.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to