Skip to content

Commit 9629ce0

Browse files
author
Feynman Liang
committed
Make accumulators doc more accurate
1 parent 0c89d22 commit 9629ce0

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/SparkPlan.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ abstract class SparkPlan extends QueryPlan[SparkPlan] with Logging with Serializ
9595
def canProcessSafeRows: Boolean = true
9696

9797
/**
98-
* Returns instrumentation metrics. The key of the Map is the metric's name and the value is the
98+
* Returns accumulators for metrics. The key of the Map is the metric's name and the value is the
9999
* current value of the metric.
100100
*/
101101
def accumulators: Map[String, Accumulator[_]] = metricToAccumulator

0 commit comments

Comments
 (0)