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

parser gets confused if "as" is used inside of expression

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.2.0
    • 0.2.0
    • None
    • None
    • Patch Available

    Description

      Script:

      grunt> a = load 'foo' as (foo, fas);
      grunt> b = group a by foo;
      grunt> c = foreach b generate group, SUM(a.fas);
      >>

      Parser things that last line is incomplete.

      Attachments

        1. PIG-437.patch
          7 kB
          Santhosh Muthur Srinivasan

        Activity

          People

            sms Santhosh Muthur Srinivasan
            olgan Olga Natkovich
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: