You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2013/02/07 02:13:11 UTC

[jira] [Created] (PIG-3168) TestMultiQueryBasic.testMultiQueryWithSplitInMapAndMultiMerge

Cheolsoo Park created PIG-3168:
----------------------------------

             Summary: TestMultiQueryBasic.testMultiQueryWithSplitInMapAndMultiMerge
                 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