[ 
https://issues.apache.org/jira/browse/PIG-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13745240#comment-13745240
 ] 

Rohini Palaniswamy commented on PIG-3168:
-----------------------------------------

bq. PIG-2994 made explain with no alias be equivalent to explain on the 
previous alias. 
  Shouldn't we revert back the behavior of explain with no alias to older 
behavior of explaining the whole script instead of fixing the test? It is kind 
of breaking backward compatibility.
                
> 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.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

Reply via email to