Skip to content

Commit 99bcde7

Browse files
committed
Update thread pool name
1 parent a168900 commit 99bcde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastCartesianProduct.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@ case class BroadcastCartesianProduct(
7676

7777
object BroadcastCartesianProduct {
7878
private val broadcastCartesianProductExecutionContext = ExecutionContext.fromExecutorService(
79-
ThreadUtils.newDaemonCachedThreadPool("broadcast-hash-join", 128))
79+
ThreadUtils.newDaemonCachedThreadPool("broadcast-cartesian-product", 128))
8080
}

0 commit comments

Comments
 (0)