Skip to content

Commit 992d68f

Browse files
committed
Remove extra setJobDesc.
1 parent 6ab66e2 commit 992d68f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ class StreamExecution(
482482
case None => // We are starting this stream for the first time.
483483
logInfo(s"Starting new streaming query.")
484484
currentBatchId = 0
485-
sparkSession.sparkContext.setJobDescription(getBatchDescriptionString)
486485
constructNextBatch()
487486
}
488487
}

0 commit comments

Comments
 (0)