You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2011/01/05 04:02:50 UTC

[jira] Commented: (PIG-1775) Removal of old logical plan

    [ https://issues.apache.org/jira/browse/PIG-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12977602#action_12977602 ] 

Daniel Dai commented on PIG-1775:
---------------------------------

Mostly in PigServer. It consists of these tasks:
1. Move describe/nested describe to new logical plan
2. Move Graph to new logical plan
3. Move scalar merge to new logical plan
4. Move UnionOnSchemaSetter to new logical plan
5. Remove SortInfoSetter (since it's already in new logical plan)
6. Other cleanup in PigServer
7. Test cases

> Removal of old logical plan
> ---------------------------
>
>                 Key: PIG-1775
>                 URL: https://issues.apache.org/jira/browse/PIG-1775
>             Project: Pig
>          Issue Type: Improvement
>    Affects Versions: 0.9.0
>            Reporter: Yan Zhou
>             Fix For: 0.9.0
>
>
> The new logical plan will only be used and the old logical plan will be removed once the new one is stable enough. It is scheduled for the 0.9 release.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.