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/15 15:25:03 UTC

[jira] [Created] (CARBONDATA-1901) Fix Pre aggregate data map creation and query parsing issue

kumar vishal created CARBONDATA-1901:
----------------------------------------

             Summary: Fix Pre aggregate data map creation and query parsing issue
                 Key: CARBONDATA-1901
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1901
             Project: CarbonData
          Issue Type: Improvement
            Reporter: kumar vishal


*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)