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

Skip e2e Limit_5 test for Tez

    XMLWordPrintableJSON

Details

    • Test
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.17.0
    • None
    • None
    • Reviewed

    Description

      E2E test Limit_5 tests

      a = load ':INPATH:/singlefile/studenttab10k';
      b = load ':INPATH:/singlefile/votertab10k';
      a1 = foreach a generate $0, $1;
      b1 = foreach b generate $0, $1;
      c = union a1, b1;
      d = limit c 100;
      store d into ':OUTPATH:';
      

      but with Tez, this test result is not stable in that optimization may pick just one of the input.

      Attachments

        1. pig-5073-v01.patch
          0.5 kB
          Koji Noguchi
        2. pig-5073-v02.patch
          1 kB
          Koji Noguchi

        Activity

          People

            knoguchi Koji Noguchi
            knoguchi Koji Noguchi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: