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

[jira] [Resolved] (CARBONDATA-1931) DataLoad failed for Aggregate table when measure is used for groupby

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

kumar vishal resolved CARBONDATA-1931.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> DataLoad failed for Aggregate table when measure is used for groupby
> --------------------------------------------------------------------
>
>                 Key: CARBONDATA-1931
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1931
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Babulal
>            Assignee: Babulal
>             Fix For: 1.3.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> Run commands in sequence
>  
>  spark.sql(
>       "create table y(year int,month int,name string,salary int) stored by 'carbondata'"
>     )
>     spark.sql(
>       s"insert into y select 10,11,'x',12"
>     )
> spark.sql("create datamap y1_sum1 on table y using 'preaggregate' as select year,name,sum(salary) from y group by year,name")
> Result :- Aggregate creation is failed. 



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