[
https://issues.apache.org/jira/browse/PIG-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13214105#comment-13214105
]
Jonathan Coveney commented on PIG-19:
-------------------------------------
So the issue is that we currently have two parsers. One is a javacc parser that
handles things like rmf, sh, copyToLocal, etc (basically the pig script shell
commands), and then the antlr parser handles actual commands. The javacc parser
is REALLY REALLY REALLY hideous, and should probably just be rewritten. I'll
see if I can't cargo cult a fix, but it's pretty nasty, compared to the
cleanliness of ANTLR.
> A=load causes parse error
> -------------------------
>
> Key: PIG-19
> URL: https://issues.apache.org/jira/browse/PIG-19
> Project: Pig
> Issue Type: Bug
> Components: grunt
> Reporter: Olga Natkovich
> Priority: Minor
> Fix For: 0.10
>
>
> Parser expects spaces around =. This should be a minor change in
> src/org/apache/pig/tools/grunt/GruntParser.jj
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira