[ https://issues.apache.org/jira/browse/PIG-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Koji Noguchi resolved PIG-5022. ------------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 0.17.0 Patch committed to trunk. Thanks Ian for your first patch to Pig! > 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 > Assignee: Ian Cook > Fix For: 0.17.0 > > 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)