[
https://issues.apache.org/jira/browse/CARBONDATA-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ajantha Bhat resolved CARBONDATA-3584.
--------------------------------------
Fix Version/s: 2.0.0
Resolution: Fixed
> Select Query fails for Boolean dictionary column when Codegen is false
> ----------------------------------------------------------------------
>
> Key: CARBONDATA-3584
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-3584> Project: CarbonData
> Issue Type: Test
> Reporter: Indhumathi Muthumurugesh
> Priority: Major
> Fix For: 2.0.0
>
> Attachments: codegen.png
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> Please follow steps to reproduce the issue:
> # create table carbon_table(a1 boolean,a2 binary,a3 int) stored by 'carbondata' tblproperties('dictionary_include'='a1')
> # insert into carbon_table select true,'a',1
> # set spark.sql.codegen.wholestage=false
> # select a1 from carbon_table
> !codegen.png!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)