[ 
https://issues.apache.org/jira/browse/PIG-3168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Cheolsoo Park updated PIG-3168:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Thanks Rohini. Committed to trunk.
                
> 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-3.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

Reply via email to