Skip to content

Commit 8377468

Browse files
author
Justin Uang
committed
fix build
1 parent f3b7dee commit 8377468

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/adaptive/QueryStage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ abstract class QueryStage extends UnaryExecNode {
6161
}
6262
val broadcastFutures = broadcastQueryStages.map { queryStage =>
6363
Future {
64-
SQLExecution.withExecutionId(sqlContext.sparkContext, executionId) {
64+
SQLExecution.withExecutionId(sqlContext.sparkSession, executionId) {
6565
queryStage.prepareBroadcast()
6666
}
6767
}(QueryStage.executionContext)

0 commit comments

Comments
 (0)