generate of a bag with multiple columns produces only the first column
----------------------------------------------------------------------
Key: PIG-495
URL: https://issues.apache.org/jira/browse/PIG-495
Project: Pig
Issue Type: Bug
Affects Versions: types_branch
Reporter: Olga Natkovich
Assignee: Olga Natkovich
Fix For: types_branch
The following query produces the incorrect results
A = load 'data' as (x, y, z);
B = group A by x;
C = foreach B generate A.(y.z);
The output only contains 1 column
(55)
(33)
....
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.