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

liyunzhang_intel commented on PIG-5207:
---------------------------------------

[~szita]: 1 question about the modification in CombinerOptimizer.java.  
{code}
            for (PhysicalOperator originalUdfInput : 
pplan.getPredecessors(combineUdf).toArray(new PhysicalOperator[0])) {
                        pplan.trimAbove(originalUdfInput);
                        pplan.remove(originalUdfInput);
        }
{code}

do we really need to change List to Array ?
{code}pplan.getPredecessors(combineUdf).toArray(new PhysicalOperator[0] )){code}

> BugFix e2e tests fail on spark
> ------------------------------
>
>                 Key: PIG-5207
>                 URL: https://issues.apache.org/jira/browse/PIG-5207
>             Project: Pig
>          Issue Type: Sub-task
>          Components: spark
>            Reporter: Adam Szita
>            Assignee: Adam Szita
>             Fix For: spark-branch
>
>         Attachments: PIG-5207.0.patch
>
>
> Observed ClassCastException in BugFix 1 and 2 test cases. The exception is 
> thrown from and UDF: COR.Final



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to