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

Reply via email to