Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Reviewed
Description
The second TOKENIZE example in the Built In Functions documentation omits GENERATE. It reads:
B = FOREACH A TOKENIZE (f1,'||');
It should read:
B = FOREACH A GENERATE TOKENIZE (f1,'||');
It looks like this error was introduced when this second example was added in r0.10.0.