liyunzhang_intel created PIG-4540:
-------------------------------------
Summary: 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
Reporter: liyunzhang_intel
Assignee: liyunzhang_intel
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)