You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@carbondata.apache.org by "Ravindra Pesala (JIRA)" <ji...@apache.org> on 2016/08/17 11:23:21 UTC

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

     [ https://issues.apache.org/jira/browse/CARBONDATA-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ravindra Pesala reopened CARBONDATA-20:
---------------------------------------

> 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)