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/22 16:13:00 UTC

[jira] [Resolved] (CARBONDATA-1930) Dictionary not found exception is thrown when filter expression is given in aggergate table query

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

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

> Dictionary not found exception is thrown when filter expression is given in aggergate table query
> -------------------------------------------------------------------------------------------------
>
>                 Key: CARBONDATA-1930
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-1930
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Kunal Kapoor
>            Assignee: Kunal Kapoor
>            Priority: Minor
>             Fix For: 1.3.0
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Steps to reproduce;
> 1. CREATE TABLE filtertable(id int, name string, city string, age string) STORED BY  'org.apache.carbondata.format' TBLPROPERTIES('dictionary_include'='name,age')
> 2. LOAD DATA LOCAL INPATH 
> 3. create datamap agg9 on table filtertable using 'preaggregate' as select name, age, sum(age) from filtertable group by name, age
> 4. select name, sum(age) from filtertable where age = '29' group by name, age



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