Skip to content

Commit

Permalink
[SPARK-16958][FOLLOW-UP][SQL] remove unuse object SparkPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
heary-cao committed Dec 5, 2018
1 parent 7e3eb3c commit 5cb416d
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 5cb416d

Please # to comment.