Kunal Kapoor created CARBONDATA-1930:
----------------------------------------

             Summary: 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


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