[
https://issues.apache.org/jira/browse/PIG-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13745487#comment-13745487
]
Rohini Palaniswamy commented on PIG-3168:
-----------------------------------------
+1
> TestMultiQueryBasic.testMultiQueryWithSplitInMapAndMultiMerge fails in trunk
> ----------------------------------------------------------------------------
>
> Key: PIG-3168
> URL: https://issues.apache.org/jira/browse/PIG-3168
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.12
> Reporter: Cheolsoo Park
> Assignee: Cheolsoo Park
> Fix For: 0.12
>
> Attachments: PIG-3168-2.patch, PIG-3168.patch
>
>
> PIG-2994 made explain with no alias be equivalent to explain on the previous
> alias. This breaks
> TestMultiQueryBasic.testMultiQueryWithSplitInMapAndMultiMerge because the
> previous alias is an auto-generated alias not a user-defined alias.
> The following fixes the test:
> {code}
> "I = GROUP F2 BY (f7, f8);" +
> "STORE I into 'foo4' using BinStorage();" +
> - "explain;";
> + "explain I;";
> {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