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 f3b7dee commit 8377468Copy full SHA for 8377468
sql/core/src/main/scala/org/apache/spark/sql/execution/adaptive/QueryStage.scala
@@ -61,7 +61,7 @@ abstract class QueryStage extends UnaryExecNode {
61
}
62
val broadcastFutures = broadcastQueryStages.map { queryStage =>
63
Future {
64
- SQLExecution.withExecutionId(sqlContext.sparkContext, executionId) {
+ SQLExecution.withExecutionId(sqlContext.sparkSession, executionId) {
65
queryStage.prepareBroadcast()
66
67
}(QueryStage.executionContext)
0 commit comments