[
https://issues.apache.org/jira/browse/PIG-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Santhosh Srinivasan updated PIG-158:
------------------------------------
Attachment: parser_changes_v4.patch
Patch v4 that has the parser changes with the nested plans. The only test
cases that fail are that of instantiateFunc.
[junit] Running org.apache.pig.test.TestLogicalPlanBuilder
[junit] Tests run: 55, Failures: 9, Errors: 0, Time elapsed: 0.278 sec
Things to note:
1. LOUnion does not implement the method getSchema().
2. The flatten as alias feature introduces superfluous aliases in the
LOGenerate schema
3. I had to make changes to the type checking code and test cases in order to
compile
4. I commented out PigServer references in TestLogicalPlanBuilder.java as the
compiler complained that it could not find PigServer.java for some reason
> Rework logical plan
> -------------------
>
> Key: PIG-158
> URL: https://issues.apache.org/jira/browse/PIG-158
> Project: Pig
> Issue Type: Sub-task
> Components: impl
> Reporter: Alan Gates
> Assignee: Alan Gates
> Attachments: logical_operators.patch, logical_operators_rev_1.patch,
> logical_operators_rev_2.patch, logical_operators_rev_3.patch,
> parser_changes.patch, parser_changes_v1.patch, parser_changes_v2.patch,
> parser_changes_v3.patch, parser_changes_v4.patch, ParserErrors.txt,
> visitorWalker.patch
>
>
> Rework the logical plan in line with
> http://wiki.apache.org/pig/PigExecutionModel
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.