multiple star projection in a statement does not produce the right plan
-----------------------------------------------------------------------
Key: PIG-1897
URL: https://issues.apache.org/jira/browse/PIG-1897
Project: Pig
Issue Type: Bug
Affects Versions: 0.9.0
Reporter: Thejas M Nair
Assignee: Thejas M Nair
Fix For: 0.9.0
{code}
grunt> l = load 'x' as (a,b,c);
grunt> f = foreach l generate * ,*;
grunt> describe f;
f: {a: bytearray,b: bytearray,c: bytearray,(a: bytearray,b: bytearray,c:
bytearray)}
-- Note that the 2nd project-star contents are going into a tuple
{code}
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira