[
https://issues.apache.org/jira/browse/CARBONDATA-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
kumar vishal reassigned CARBONDATA-1760:
----------------------------------------
Assignee: Kunal Kapoor
> 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
> Assignee: Kunal Kapoor
> Priority: Minor
> Labels: dfx
>
> 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)