[
https://issues.apache.org/jira/browse/CARBONDATA-2737?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Venkata Ramana G updated CARBONDATA-2737:
-----------------------------------------
Description:
select a.c from table1 where a.b = 10;
select a.c from table1 order by a.b;
These cases a.b needs to be pushed down to carbon as "a.b" instead of fetching complete "a".
> Complex type filter as projection push down to CarbonData
> ---------------------------------------------------------
>
> Key: CARBONDATA-2737
> URL:
https://issues.apache.org/jira/browse/CARBONDATA-2737> Project: CarbonData
> Issue Type: Improvement
> Reporter: Venkata Ramana G
> Priority: Major
>
> select a.c from table1 where a.b = 10;
> select a.c from table1 order by a.b;
> These cases a.b needs to be pushed down to carbon as "a.b" instead of fetching complete "a".
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)