Skip to content

Commit 62398ec

Browse files
committed
Update the comment
1 parent f24bf52 commit 62398ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sql/core/src/test/scala/org/apache/spark/sql/execution/ui/SQLListenerSuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ class SQLListenerSuite extends SparkFunSuite with SharedSQLContext with JsonTest
147147

148148
checkAnswer(listener.getExecutionMetrics(0), accumulatorUpdates.mapValues(_ * 2))
149149

150-
// Non-existing driver accumulator updates should be filtered and no exception will be thrown.
150+
// Driver accumulator updates don't belong to this execution should be filtered and no
151+
// exception will be thrown.
151152
listener.onOtherEvent(SparkListenerDriverAccumUpdates(0, Seq((999L, 2L))))
152153
checkAnswer(listener.getExecutionMetrics(0), accumulatorUpdates.mapValues(_ * 2))
153154

0 commit comments

Comments
 (0)