[
https://issues.apache.org/jira/browse/CARBONDATA-19?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ravindra Pesala resolved CARBONDATA-19.
---------------------------------------
Resolution: Fixed
Fix Version/s: 0.1.0-incubating
https://github.com/HuaweiBigData/carbondata/pull/775
> 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
> Fix For: 0.1.0-incubating
>
>
> 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)