You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by "Ayushi Sharma (JIRA)" <ji...@apache.org> on 2017/12/26 06:21:00 UTC

[jira] [Closed] (CARBONDATA-1760) Carbon 1.3.0- Pre_aggregate: Proper Error message should be displayed, when parent table name is not correct while creating datamap.

     [ https://issues.apache.org/jira/browse/CARBONDATA-1760?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ayushi Sharma closed CARBONDATA-1760.
-------------------------------------
    Assignee: Ayushi Sharma  (was: Kunal Kapoor)

It throws proper error message. The issue is now fixed.

> 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: Ayushi Sharma
>            Priority: Minor
>              Labels: dfx
>             Fix For: 1.3.0
>
>
> 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)