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

improved string interpolation of variables

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.2, 0.10.0
    • 0.12.0
    • None
    • None

    Description

      The simplest example of the failure of the current string interpolation is

      store my_rel into '$OUTPUT_';
      

      This will raise an error saying that OUTPUT_ is not a variable passed in. Similar errors happen with a variety of other trailing characters.

      It would be nice if '${OUTPUT}_', or something similar, worked.

      Attachments

        1. PIG-2788-0.patch
          6 kB
          Jonathan Coveney

        Activity

          People

            jcoveney Jonathan Coveney
            jmhodges Jeff Hodges
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: