Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-3168

TestMultiQueryBasic.testMultiQueryWithSplitInMapAndMultiMerge fails in trunk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.12.0
    • 0.12.0
    • None
    • None

    Description

      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:

               "I = GROUP F2 BY (f7, f8);" +
               "STORE I into 'foo4'  using BinStorage();" +
      -        "explain;";
      +        "explain I;";
      

      Attachments

        1. PIG-3168-3.patch
          3 kB
          Cheolsoo Park
        2. PIG-3168-2.patch
          2 kB
          Cheolsoo Park
        3. PIG-3168.patch
          0.6 kB
          Cheolsoo Park

        Issue Links

          Activity

            People

              cheolsoo Cheolsoo Park
              cheolsoo Cheolsoo Park
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: