You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pi Song (JIRA)" <ji...@apache.org> on 2008/05/26 15:51:56 UTC

[jira] Created: (PIG-249) Plan-related testing utility (Type Branch)

Plan-related testing utility (Type Branch)
------------------------------------------

                 Key: PIG-249
                 URL: https://issues.apache.org/jira/browse/PIG-249
             Project: Pig
          Issue Type: Improvement
            Reporter: Pi Song
            Assignee: Pi Song


This is a placeholder issue for me to submit the code.

See details in:-
http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Commented: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Pi Song (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600509#action_12600509 ] 

Pi Song commented on PIG-249:
-----------------------------

PS. I'm sorry. This is a big one again. From now on, I'll try to separate into smaller chunks.

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>         Attachments: GraphCompare1.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Commented: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601653#action_12601653 ] 

Alan Gates commented on PIG-249:
--------------------------------

Overall, this looks excellent.  One question.  It looks like you've extended it quite a bit for the logical layer testing, since that's what you need for the type checker.  Will it be easy to extend it to work well with the physical and map reduce plans as well?  It looked like you'd just need to extend the OperatorPlanLoader and write a plan tester for those types of plans.  Is that correct?

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>         Attachments: GraphCompare1.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Updated: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Pi Song (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pi Song updated PIG-249:
------------------------

    Attachment: GraphCompare1.patch

Drop #1 patch.
Implementation of what described in the wiki.

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>         Attachments: GraphCompare1.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Commented: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Pi Song (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601888#action_12601888 ] 

Pi Song commented on PIG-249:
-----------------------------

Alan,

You're right.

But actually the plan tester is a not part of this framework. It's only the place that holds convenient methods for my testing stuffs. Though no problem, if you want to do the same way. 

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>         Attachments: GraphCompare1.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Commented: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601312#action_12601312 ] 

Olga Natkovich commented on PIG-249:
------------------------------------

Pi, I am planning to start looking at it on Monday. Sorry for the delay

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>         Attachments: GraphCompare1.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Resolved: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Gates resolved PIG-249.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.1.0

Checked in v2 of the patch, since Pi is still having permissions issues with check ins.

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>             Fix For: 0.1.0
>
>         Attachments: GraphCompare1.patch, GraphCompare1_v2.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Updated: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Pi Song (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pi Song updated PIG-249:
------------------------

    Attachment: GraphCompare1_v2.patch

This patch in-sync with the latest type branch

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>         Attachments: GraphCompare1.patch, GraphCompare1_v2.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Commented: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601805#action_12601805 ] 

Olga Natkovich commented on PIG-249:
------------------------------------

+1 Looks good to me!

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>         Attachments: GraphCompare1.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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


[jira] Commented: (PIG-249) Plan-related testing utility (Type Branch)

Posted by "Pi Song (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601113#action_12601113 ] 

Pi Song commented on PIG-249:
-----------------------------

Nobody looking at it at all?

> Plan-related testing utility (Type Branch)
> ------------------------------------------
>
>                 Key: PIG-249
>                 URL: https://issues.apache.org/jira/browse/PIG-249
>             Project: Pig
>          Issue Type: Improvement
>            Reporter: Pi Song
>            Assignee: Pi Song
>         Attachments: GraphCompare1.patch
>
>
> This is a placeholder issue for me to submit the code.
> See details in:-
> http://wiki.apache.org/pig/PlanTestingHelper

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