[ https://issues.apache.org/jira/browse/PIG-972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12877293#action_12877293 ]
Aniket Mokashi commented on PIG-972: ------------------------------------ Submitted patch with above changes. Also added test cases to test different scenarios. {code} grunt> describe c: c::d: {a0: int,a1: int} {code} It does not print any nested aliases. For printing nested aliases, we have describe c::d; > Make describe work with nested foreach > -------------------------------------- > > Key: PIG-972 > URL: https://issues.apache.org/jira/browse/PIG-972 > Project: Pig > Issue Type: Improvement > Reporter: Olga Natkovich > Assignee: Aniket Mokashi > Fix For: 0.8.0 > > Attachments: NestedDescribeFinale.patch, NestedDescribeProp1.patch, > NestedDescribeProp2Initial.patch > > > Currently Parser can't deal with that. This is because describe is part of > Grunt parser while the rest of nested foreach is handled by the QueryParser -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.