[ https://issues.apache.org/jira/browse/PIG-5022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459349#comment-15459349 ]
Koji Noguchi commented on PIG-5022: ----------------------------------- Thanks Ian! Do you mind creating a patch for this? (1) Downloading the source from http://svn.apache.org/repos/asf/pig/trunk/ or git://git.apache.org/pig.git (2) Update src/docs/src/documentation/content/xdocs/func.xml (3) Save the patch by 'svn diff' or 'git diff --no-prefix' (4) Attach the patch from (3) here. > 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)