You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2013/10/25 03:04:01 UTC

[jira] [Commented] (PIG-3546) Fix tez Checkin_2

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

Cheolsoo Park commented on PIG-3546:
------------------------------------

Verified Checkin_2 is fixed.

Can we do "leaves.size() == 1" so that it will be more clear that we're assuming a single input as of now?
{code}
        if (leaves.size()!=0 && leaves.get(0) instanceof POLocalRearrange){
        if (roots.size() == 1 && roots.get(0) instanceof POPackage){
{code}

> Fix tez Checkin_2
> -----------------
>
>                 Key: PIG-3546
>                 URL: https://issues.apache.org/jira/browse/PIG-3546
>             Project: Pig
>          Issue Type: Sub-task
>          Components: tez
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: tez-branch
>
>         Attachments: PIG-3546-1.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.1#6144)