You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2015/04/29 01:15:09 UTC

[jira] [Updated] (PIG-3427) Columns pruning does not work with DereferenceExpression

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

Daniel Dai updated PIG-3427:
----------------------------
    Fix Version/s:     (was: 0.15.0)
                   0.16.0

> Columns pruning does not work with DereferenceExpression
> --------------------------------------------------------
>
>                 Key: PIG-3427
>                 URL: https://issues.apache.org/jira/browse/PIG-3427
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.11.1
>            Reporter: Aniket Mokashi
>             Fix For: 0.16.0
>
>
> Following script does not push projection-
> {code}
> a = load 'something' as (a0, a1);
> b = group a all;
> c = foreach b generate COUNT(a.a0);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)