Skip to content

Commit 7bb1dab

Browse files
heary-caocloud-fan
authored andcommitted
[SPARK-26271][FOLLOW-UP][SQL] remove unuse object SparkPlan
## 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>
1 parent 169d9ad commit 7bb1dab

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/SparkPlan.scala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,11 +423,6 @@ abstract class SparkPlan extends QueryPlan[SparkPlan] with Logging with Serializ
423423
}
424424
}
425425

426-
object SparkPlan {
427-
private[execution] val subqueryExecutionContext = ExecutionContext.fromExecutorService(
428-
ThreadUtils.newDaemonCachedThreadPool("subquery", 16))
429-
}
430-
431426
trait LeafExecNode extends SparkPlan {
432427
override final def children: Seq[SparkPlan] = Nil
433428
override def producedAttributes: AttributeSet = outputSet

0 commit comments

Comments
 (0)