[
https://issues.apache.org/jira/browse/PIG-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ian Cook updated PIG-5022:
--------------------------
Attachment: PIG-5022.patch
Git patch attached
> 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
> Attachments: PIG-5022.patch
>
>
> 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)