Aniket Mokashi created PIG-3427:
-----------------------------------
Summary: 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
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira