[jira] [Created] (CARBONDATA-3341) Query is giving NULL in result

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

[jira] [Created] (CARBONDATA-3341) Query is giving NULL in result

Akash R Nilugal (Jira)
Kunal Kapoor created CARBONDATA-3341:
----------------------------------------

             Summary: Query is giving NULL in result
                 Key: CARBONDATA-3341
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-3341
             Project: CarbonData
          Issue Type: Bug
            Reporter: Kunal Kapoor
            Assignee: Kunal Kapoor


Steps to reproduce:

1. set bad_records_action=force;

2. create table t1(a bigint) stored by 'carbondata' TBLPROPERTIES('sort_columns'='a');

3. insert into t1 select 'k';

4. insert into t1 select 1;

5. select * from t1 where a = 1 or a = 0;

 

+-------+--+
| a |
+-------+--+
| NULL |
| 1 |
+-------+--+

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)