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 2018/02/27 11:07:00 UTC

[jira] [Updated] (CARBONDATA-2208) Pre aggregate datamap creation is failing when count(*) present in query

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

kumar vishal updated CARBONDATA-2208:
-------------------------------------
    Description: 
Pre aggregate data map creation is failing with parsing error 

create datamap agg on table maintable using 'preaggregate' as select name, count(*) from maintable group by name

 

 

  was:
Pre aggregate data map creation is failing with parsing error 

create datamap agg9 on table maintable using 'preaggregate' as select name, count(*) from maintable group by name

 

 


> Pre aggregate datamap creation is failing when count(*) present in query
> ------------------------------------------------------------------------
>
>                 Key: CARBONDATA-2208
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-2208
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: kumar vishal
>            Assignee: kumar vishal
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Pre aggregate data map creation is failing with parsing error 
> create datamap agg on table maintable using 'preaggregate' as select name, count(*) from maintable group by name
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)