Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SQLOperationListener.scala
#	externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/kyuubi/SparkConsoleProgressBar.scala
  • Loading branch information
davidyuan1223 committed Oct 26, 2023
2 parents bf008de + 72e7aea commit bcb0cf3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ class SparkStageInfo(val stageId: Int, val numTasks: Int) {
class SparkJobInfo(val numStages: Int, val stageIds: Set[Int]) {
val numCompleteStages = new AtomicInteger(0)
}


class SparkJobInfo(val numStages: Int, val stageIds: Seq[Int]) {
var numCompleteStages = new AtomicInteger(0)
}

0 comments on commit bcb0cf3

Please sign in to comment.