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 407f672 commit 6aceb43Copy full SHA for 6aceb43
sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala
@@ -88,7 +88,7 @@ object SQLExecution {
88
/**
89
* Wrap an action with a known executionId. When running a different action in a different
90
* thread from the original one, this method can be used to connect the Spark jobs in this action
91
- * with the known executionId, e.g., `BroadcastHashJoin.broadcastFuture`.
+ * with the known executionId, e.g., `BroadcastExchange.relationFuture`.
92
*/
93
def withExecutionId[T](sc: SparkContext, executionId: String)(body: => T): T = {
94
val oldExecutionId = sc.getLocalProperty(SQLExecution.EXECUTION_ID_KEY)
0 commit comments