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 041aec4 commit e77d62aCopy full SHA for e77d62a
sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala
@@ -94,7 +94,7 @@ object SQLExecution {
94
/**
95
* Wrap an action with a known executionId. When running a different action in a different
96
* thread from the original one, this method can be used to connect the Spark jobs in this action
97
- * with the known executionId, e.g., `BroadcastHashJoin.broadcastFuture`.
+ * with the known executionId, e.g., `BroadcastExchangeExec.relationFuture`.
98
*/
99
def withExecutionId[T](sc: SparkContext, executionId: String)(body: => T): T = {
100
val oldExecutionId = sc.getLocalProperty(SQLExecution.EXECUTION_ID_KEY)
0 commit comments