You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "liyunzhang_intel (JIRA)" <ji...@apache.org> on 2015/05/08 05:05:59 UTC

[jira] [Updated] (PIG-4540) Remove repetitive org.apache.pig.test.Util#isSparkExecType

     [ https://issues.apache.org/jira/browse/PIG-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

liyunzhang_intel updated PIG-4540:
----------------------------------
    Attachment: PIG-4540.patch

In PIG-4540.patch:
remove the repetitive org.apache.pig.test.Util#isSparkExecType

> Remove  repetitive org.apache.pig.test.Util#isSparkExecType 
> ------------------------------------------------------------
>
>                 Key: PIG-4540
>                 URL: https://issues.apache.org/jira/browse/PIG-4540
>             Project: Pig
>          Issue Type: Sub-task
>          Components: spark
>            Reporter: liyunzhang_intel
>            Assignee: liyunzhang_intel
>             Fix For: spark-branch
>
>         Attachments: PIG-4540.patch
>
>
> git log|head -n 10
> d0cd773 - (HEAD, origin/spark, spark) PIG-4421: implement visitSkewedJoin in SparkCompiler (Liyun via Xuefu) (6 hours ago) <Xuefu Zhang>
> * c139d87 - PIG-4276: Fix ordering related failures in TestEvalPipeline for Spark (Mohit via Xuefu) (6 hours ago) <Xuefu Zhang>
> In these two patch, Mohit and I all added following function in org.apache.pig.test.Util
> {code}
>   public static boolean isSparkExecType(ExecType execType) {
>         if (execType.name().toLowerCase().startsWith("spark")) {
>             return true;
>         }
>         return false;
>     }
> {code}
> We need remove one of isSparkExecType(ExecType execType).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)