[
https://issues.apache.org/jira/browse/PIG-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12580972#action_12580972
]
Alan Gates commented on PIG-154:
--------------------------------
I'm unsure about this thing of adding LODefine. I know that the way things are
set up now, it's hard to get around. In general, in the future the pig parser
will need to be able to handle lines that don't generate a real logical plan
(define, register, set, etc.). For now this is ok, but we need to remember
that this isn't the direction we want to go.
Everything else looks good.
> Move DEFINE and STORE parsing into QueryParser from GruntParser
> ---------------------------------------------------------------
>
> Key: PIG-154
> URL: https://issues.apache.org/jira/browse/PIG-154
> Project: Pig
> Issue Type: Improvement
> Components: grunt
> Reporter: Arun C Murthy
> Assignee: Arun C Murthy
> Fix For: 0.1.0
>
> Attachments: PIG-154_0_20080319.patch, PIG-154_1_20080319.patch
>
>
> Currently GruntParser handles the parsing of DEFINE and STORE commands, it
> would be better to parse these in the main QueryParser since it has better
> infrastructure for expressions etc. which are really crucial for parsing UDFs
> etc.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.