[
https://issues.apache.org/jira/browse/PIG-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13021279#comment-13021279
]
Xuefu Zhang commented on PIG-1996:
----------------------------------
Test-patch run: (no new files. ignore additioanl release audit warnings)
[exec] -1 overall.
[exec]
[exec] +1 @author. The patch does not contain any @author tags.
[exec]
[exec] +1 tests included. The patch appears to include 3 new or
modified tests.
[exec]
[exec] +1 javadoc. The javadoc tool did not generate any warning
messages.
[exec]
[exec] +1 javac. The applied patch does not increase the total number
of javac compiler warnings.
[exec]
[exec] +1 findbugs. The patch does not introduce any new Findbugs
warnings.
[exec]
[exec] -1 release audit. The applied patch generated 564 release
audit warnings (more than the trunk's current 563 warnings).
> Pig new parser fails to recognize PARALLEL keywords in a case
> -------------------------------------------------------------
>
> Key: PIG-1996
> URL: https://issues.apache.org/jira/browse/PIG-1996
> Project: Pig
> Issue Type: Bug
> Affects Versions: 0.9.0
> Reporter: Xuefu Zhang
> Assignee: Xuefu Zhang
> Fix For: 0.9.0
>
> Attachments: PIG-1996.patch
>
>
> The following query fails with the new parser:
> B = FOREACH (group (load 'a') ALL PARALLEL 16) generate group;
> runt> B = FOREACH (group (load 'a') ALL PARALLEL 16) generate group;
> 2011-04-14 16:57:23,413 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR
> 1200: <line 1, column 34> mismatched input 'PARALLEL' expecting RIGHT_PAREN
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira