You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Ian Cook (JIRA)" <ji...@apache.org> on 2016/09/02 15:10:22 UTC

[jira] [Created] (PIG-5022) Error in TOKENIZE Example

Ian Cook created PIG-5022:
-----------------------------

             Summary: Error in TOKENIZE Example 
                 Key: PIG-5022
                 URL: https://issues.apache.org/jira/browse/PIG-5022
             Project: Pig
          Issue Type: Bug
          Components: documentation
            Reporter: Ian Cook


The second TOKENIZE example in the Built In Functions documentation omits {{GENERATE}}. It reads:
{code}B = FOREACH A TOKENIZE (f1,'||');{code}
It should read:
{code}B = FOREACH A GENERATE TOKENIZE (f1,'||');{code}
It looks like this error was introduced when this second example was added in r0.10.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)