You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Ashok Kumar (JIRA)" <ji...@apache.org> on 2016/06/29 15:02:41 UTC

[jira] [Created] (CARBONDATA-20) Column Group Filter (Rowlevel and Exclude)

Ashok Kumar created CARBONDATA-20:
-------------------------------------

             Summary: Column Group Filter (Rowlevel and Exclude)
                 Key: CARBONDATA-20
                 URL: https://issues.apache.org/jira/browse/CARBONDATA-20
             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)