[
https://issues.apache.org/jira/browse/CARBONDATA-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ChenLiang closed CARBONDATA-20.
-------------------------------
Resolution: Duplicate
> 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)