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)

Reply via email to