[
https://issues.apache.org/jira/browse/PIG-4540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xuefu Zhang resolved PIG-4540.
------------------------------
Resolution: Fixed
Committed to Spark branch. Thanks, Liyun!
> 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)