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

[jira] [Resolved] (CARBONDATA-1901) Fixed Pre aggregate data map creation and query parsing

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

Ravindra Pesala resolved CARBONDATA-1901.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.3.0

> Fixed Pre aggregate data map creation and query parsing
> -------------------------------------------------------
>
>                 Key: CARBONDATA-1901
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1901
>             Project: CarbonData
>          Issue Type: Improvement
>            Reporter: kumar vishal
>            Assignee: kumar vishal
>             Fix For: 1.3.0
>
>          Time Spent: 1h 50m
>  Remaining Estimate: 0h
>
> *Problem:*Fixed below issues in case of pre aggregate
> 1. Pre aggregate data map table column order is not as per query given  by user because of which while data is loaded to wrong column
> 2. when aggregate function contains any expression query is failing with match error
> 3. pre aggregate data map columns and parent tables columns encoder is not matching
> *Solution:*
> 1. Do not consider group columns in pre aggregate
> 2. when aggregate function contains any expression hit the maintable
> 3. Get encoder from main table and add in pre aggregate table column
> When aggregation type is sum or avg create measure column



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