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

Script silently ended

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.0
    • 0.9.0
    • impl
    • None

    Description

      The following script ended silently without execution.

      a = load '1.txt' as (a0, a1);
      b = load '2.txt' as (b0, b1);
      all = join a by a0, b by b0;
      store all into '1111';
      

      If change the alias "all", it will run. We need to throw exception saying "all" is a keyword.

      Attachments

        1. PIG-2062.patch
          5 kB
          Xuefu Zhang

        Activity

          People

            xuefuz Xuefu Zhang
            daijy Daniel Dai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: