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


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

Reply via email to