[jira] [Updated] (CARBONDATA-3584) Select Query fails for Boolean dictionary column when Codegen is false

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-3584) Select Query fails for Boolean dictionary column when Codegen is false

Akash R Nilugal (Jira)

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

Indhumathi Muthumurugesh updated CARBONDATA-3584:
-------------------------------------------------
    Description:
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!

> 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
>         Attachments: codegen.png
>
>
> 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)