Skip to content

Commit

Permalink
[SPARK-26271][FOLLOW-UP][SQL] remove unuse object SparkPlan
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

this code come from PR: #11190,
but this code has never been used, only since  PR: #14548,
Let's continue fix it. thanks.

## How was this patch tested?

N / A

Closes #23227 from heary-cao/unuseSparkPlan.

Authored-by: caoxuewen <cao.xuewen@zte.com.cn>
Signed-off-by: Wenchen Fan <wenchen@databricks.com>
  • Loading branch information
heary-cao authored and cloud-fan committed Dec 5, 2018
1 parent 169d9ad commit 7bb1dab
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ abstract class SparkPlan extends QueryPlan[SparkPlan] with Logging with Serializ
}
}

object SparkPlan {
private[execution] val subqueryExecutionContext = ExecutionContext.fromExecutorService(
ThreadUtils.newDaemonCachedThreadPool("subquery", 16))
}

trait LeafExecNode extends SparkPlan {
override final def children: Seq[SparkPlan] = Nil
override def producedAttributes: AttributeSet = outputSet
Expand Down

0 comments on commit 7bb1dab

Please sign in to comment.