Ashok Kumar created CARBONDATA-19:
-------------------------------------

             Summary: Column Group Filter (Rowlevel and Exclude)
                 Key: CARBONDATA-19
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-19
             Project: CarbonData
          Issue Type: Improvement
            Reporter: Ashok Kumar
            Priority: Minor


Below query scenario is not working with column group columns

select * from comb01 where num not in (145);
select * from comb01 where num like '14%';
select * from comb01 where num not like '14%'; 
select * from comb01 where num not between 146 and 150;
select * from comb01 where num regexp 2;
select * from comb01 where num not regexp 4;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to