We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a168900 commit 99bcde7Copy full SHA for 99bcde7
sql/core/src/main/scala/org/apache/spark/sql/execution/joins/BroadcastCartesianProduct.scala
@@ -76,5 +76,5 @@ case class BroadcastCartesianProduct(
76
77
object BroadcastCartesianProduct {
78
private val broadcastCartesianProductExecutionContext = ExecutionContext.fromExecutorService(
79
- ThreadUtils.newDaemonCachedThreadPool("broadcast-hash-join", 128))
+ ThreadUtils.newDaemonCachedThreadPool("broadcast-cartesian-product", 128))
80
}
0 commit comments