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

Error in TOKENIZE Example

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.17.0
    • documentation
    • None
    • Reviewed

    Description

      The second TOKENIZE example in the Built In Functions documentation omits GENERATE. It reads:

      B = FOREACH A TOKENIZE (f1,'||');

      It should read:

      B = FOREACH A GENERATE TOKENIZE (f1,'||');

      It looks like this error was introduced when this second example was added in r0.10.0.

      Attachments

        1. PIG-5022.patch
          0.4 kB
          Ian Cook

        Activity

          People

            icook Ian Cook
            icook Ian Cook
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: